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

> From: Igor Opaniuk <[email protected]>
> 
> 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 <[email protected]>

Reviewed-by: Tom Rini <[email protected]>

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to