diff options
| author | Tom Rini <trini@konsulko.com> | 2019-05-16 07:09:59 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2019-05-16 07:09:59 -0400 |
| commit | 98b3156b0df4b0df9cb3a0bbfc240d0c4edd2638 (patch) | |
| tree | f25105138859cf9300c68d5e08e36d3000e5304b /include | |
| parent | b51d103cab173f4480d66b6b93c62d36e2f5fded (diff) | |
| parent | f4b2ab97ed37ea6b202aaa951d31dab9187e3720 (diff) | |
| download | u-boot-98b3156b0df4b0df9cb3a0bbfc240d0c4edd2638.tar.gz u-boot-98b3156b0df4b0df9cb3a0bbfc240d0c4edd2638.tar.xz u-boot-98b3156b0df4b0df9cb3a0bbfc240d0c4edd2638.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-samsung
- arndale fixes
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/arndale.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/arndale.h b/include/configs/arndale.h index dd321c4748..841f361648 100644 --- a/include/configs/arndale.h +++ b/include/configs/arndale.h @@ -29,10 +29,6 @@ #define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK -/* PMIC */ -#define CONFIG_POWER -#define CONFIG_POWER_I2C - #define CONFIG_PREBOOT #define CONFIG_S5P_PA_SYSRAM 0x02020000 @@ -41,8 +37,4 @@ /* The PERIPHBASE in the CBAR register is wrong on the Arndale, so override it */ #define CONFIG_ARM_GIC_BASE_ADDRESS 0x10480000 -/* Power */ -#define CONFIG_POWER -#define CONFIG_POWER_I2C - #endif /* __CONFIG_H */ |
