diff mbox series

[U-Boot,2/2] arm: exynos: arndale: Remove unused CONFIG_POWER and CONFIG_POWER_I2C

Message ID 20190315171157.21744-2-krzk@kernel.org
State Changes Requested
Delegated to: Minkyu Kang
Headers show
Series [U-Boot,1/2] arm: exynos: arndale: Remove unused CONFIG_DM_I2C_COMPAT | expand

Commit Message

Krzysztof Kozlowski March 15, 2019, 5:11 p.m. UTC
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 <krzk@kernel.org>

---

Not tested on Arndale board. Testing is welcomed.
---
 include/configs/arndale.h | 8 --------
 1 file changed, 8 deletions(-)

Comments

Simon Glass March 22, 2019, 7:53 a.m. UTC | #1
On Sat, 16 Mar 2019 at 01:13, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> 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 <krzk@kernel.org>
>
> ---
>
> Not tested on Arndale board. Testing is welcomed.
> ---
>  include/configs/arndale.h | 8 --------
>  1 file changed, 8 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/include/configs/arndale.h b/include/configs/arndale.h
index 06b02ce90a94..3d0ce471a42c 100644
--- a/include/configs/arndale.h
+++ b/include/configs/arndale.h
@@ -32,10 +32,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
@@ -44,8 +40,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 */