[U-Boot] [PATCH 1/2] arm: exynos: arndale: Remove unused CONFIG_DM_I2C_COMPAT

Simon Glass sjg at chromium.org
Sat Mar 30 21:19:10 UTC 2019


On Fri, 15 Mar 2019 at 11:13, Krzysztof Kozlowski <krzk at kernel.org> wrote:
>
> The CONFIG_DM_I2C_COMPAT was introduced in
> include/configs/exynos5-common.h in commit 189d80166b31 ("exynos5:
> enable dm i2c") and then it propagated up to configs/arndale_defconfig.
> However since beginning the Arndale board (Exynos5250) was not using
> I2C.
>
> In fact, the Arndale board is not configuring its PMIC (S5M8767) which
> uses I2C bus.  This setting can be thus safely removed to fix build
> warning:
>
>     This board uses CONFIG_DM_I2C_COMPAT. Please remove
>     (possibly in a subsequent patch in your series)
>     before sending patches to the mailing list.
>
> Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
>
> ---
>
> Not tested on Arndale board. Testing is welcomed.
> ---
>  configs/arndale_defconfig | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list