]> Git Repo - J-u-boot.git/commitdiff
arm: exynos: arndale: Remove unused CONFIG_POWER and CONFIG_POWER_I2C
authorKrzysztof Kozlowski <[email protected]>
Sat, 11 May 2019 11:24:31 +0000 (13:24 +0200)
committerMinkyu Kang <[email protected]>
Thu, 16 May 2019 07:11:42 +0000 (16:11 +0900)
The CONFIG_POWER and CONFIG_POWER_I2C were introduced in
include/configs/exynos5-common.h in commit 19bd3aaa5991 ("exynos5: fix
build break by adding CONFIG_POWER") and then it propagated up to
include/configs/arndale.h.  However before that commit, there was no
build break at all on Arndale and SMDK5250 boards.  It seems the commit
fixed nothing and just added unused defines.

In fact, the Arndale board is not configuring its PMIC (S5M8767) which
uses I2C bus.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
include/configs/arndale.h

index dd321c4748d018437e724f79c15817c8695e5423..841f3616482b19e741c7b38ab0dd13b03b015633 100644 (file)
 
 #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 */
This page took 0.048224 seconds and 4 git commands to generate.