[U-Boot] [PATCH v2 2/4] kconfig: remove redundant "string" type in arch and board Kconfigs

Tom Rini trini at ti.com
Sun Sep 14 17:43:25 CEST 2014


On Sun, Sep 14, 2014 at 03:01:49AM +0900, Masahiro Yamada wrote:

> Now the types of CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD, CONFIG_NAME}
> are specified in arch/Kconfig.
> 
> We can delete the ones in arch and board Kconfig files.
> 
> This commit can be easily reproduced by the following command:
> 
> find . -name Kconfig -a ! -path ./arch/Kconfig | xargs sed -i -e '
> /config[[:space:]]SYS_\(ARCH\|CPU\|SOC\|\VENDOR\|BOARD\|CONFIG_NAME\)/ {
>     N
>     s/\n[[:space:]]*string//
> }
> '
> 
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140914/d8bbdd02/attachment.pgp>


More information about the U-Boot mailing list