]> git.baikalelectronics.ru Git - uboot.git/commit
arm: exynos: arndale: Remove unused CONFIG_POWER and CONFIG_POWER_I2C
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 11 May 2019 11:24:31 +0000 (13:24 +0200)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 16 May 2019 07:11:42 +0000 (16:11 +0900)
commit13acc4fbe024e2e4bb5fbd93e2cb7b1fdfe348b6
treecd611d3d2e8e429b9f3a9737abf0469876311a13
parent48fecefe0a7786ac3dca9da27a31a40cee78e5e9
arm: exynos: arndale: Remove unused CONFIG_POWER and CONFIG_POWER_I2C

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/arndale.h