[PATCH v3 2/3] board: freescale: drop CONFIG_DM_I2C undefs

Tom Rini trini at konsulko.com
Wed Feb 10 18:50:49 CET 2021


On Tue, Feb 09, 2021 at 01:52:44PM +0200, Igor Opaniuk wrote:

> From: Igor Opaniuk <igor.opaniuk at foundries.io>
> 
> Drop CONFIG_DM_I2C undefs from board header files, and make them
> disabled on these boards in defconfigs instead.
> 
> Disabling on Kconfig symbol was done automatically with this script:
> 
> cd configs
> files=(*ls1046a*)
> files2=(*T104*RDB*)
> files3=(ls1021atwr_*)
> files4=("imx8mp_evk_defconfig phycore-imx8mp_defconfig")
> combine=("${files[@]}" "${files2[@]}" "${files3[@]}" "${files4[@]}")
> cd ..
> 
> for item in ${combine[*]}
> do
>    echo "Adjusting  $item"
>    echo "# CONFIG_SPL_DM_I2C is not set" >> configs/$item
>    make $item && make savedefconfig && cp defconfig configs/$item
> done
> 
> Signed-off-by: Igor Opaniuk <igor.opaniuk at foundries.io>

Reviewed-by: Tom Rini <trini at konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210210/ed7b1f70/attachment.sig>


More information about the U-Boot mailing list