[U-Boot] [PATCH] Convert CONFIG_SYS_I2C_OMAP24XX et al to Kconfig

Tom Rini trini at konsulko.com
Thu Jul 27 01:52:22 UTC 2017


On Wed, Jul 26, 2017 at 09:03:37AM -0500, Adam Ford wrote:

> This converts the following to Kconfig:
>    CONFIG_SYS_I2C_OMAP24XX
>    CONFIG_SYS_I2C_OMAP34XX
> 
> Signed-off-by: Adam Ford <aford173 at gmail.com>

This needs some manual attention.  We should just drop
CONFIG_SYS_I2C_OMAP24XX as it's meaningless now.  Also:

> diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
> index 5476961..e15eaa6 100644
> --- a/include/configs/devkit8000.h
> +++ b/include/configs/devkit8000.h
> @@ -65,8 +65,6 @@
>  #undef CONFIG_OMAP3_SPI
>  
>  /* I2C */
> -#undef CONFIG_SYS_I2C_OMAP24XX
> -#define CONFIG_SYS_I2C_OMAP34XX

When you see cases like this, you should delete the comment (and extra
blank line) by hand as well, in the commit.  There's a few instances of
this in the patch.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170726/2a903dbb/attachment.sig>


More information about the U-Boot mailing list