u-boot-brain/board/keymile/kmp204x
Masahiro Yamada 461be2f96e kconfig: remove redundant "string" type in arch and board Kconfigs
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@jp.panasonic.com>
2014-09-13 16:43:55 -04:00
..
ddr.c Driver/DDR: Moving Freescale DDR driver to a common driver 2013-11-25 11:43:43 -08:00
eth.c mpc85xx: introduce the kmp204x reference design support 2013-10-24 09:36:26 -07:00
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
kmp204x.c kmp204x: reset the Zarlink clocking chips at power up only 2014-08-20 10:44:42 -07:00
kmp204x.h kmp204x/qrio: support for setting the CPU reset request mode 2014-08-01 14:18:53 -07:00
law.c mpc85xx: introduce the kmp204x reference design support 2013-10-24 09:36:26 -07:00
MAINTAINERS Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
Makefile kmp204x: introduce QRIO GPIO functions 2014-02-03 08:38:49 -08:00
pbi.cfg kmp204x: add workaround for A-004849 2014-05-13 08:26:55 -07:00
pci.c kmp204x: complete the reset sequence and PRST configuration 2014-05-13 08:26:55 -07:00
qrio.c kmp204x/qrio: support for setting the CPU reset request mode 2014-08-01 14:18:53 -07:00
rcw_kmp204x.cfg kmp204x: update the RCW 2014-05-13 08:26:55 -07:00
tlb.c mpc85xx: introduce the kmp204x reference design support 2013-10-24 09:36:26 -07:00