u-boot-brain/board/altera/socfpga
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
..
iocsr_config.c socfpga: Adding Scan Manager driver 2014-07-05 00:27:27 +02:00
iocsr_config.h socfpga: Adding Scan Manager driver 2014-07-05 00:27:27 +02:00
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
MAINTAINERS Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
Makefile socfpga: Fix SOCFPGA build error for Altera dev kit 2014-08-29 15:50:54 -04:00
pinmux_config.c socfpga: Adding pin mux handoff files 2013-10-07 19:32:30 +02:00
pinmux_config.h socfpga: Adding pin mux handoff files 2013-10-07 19:32:30 +02:00
pll_config.h socfpga: Adding Clock Manager driver 2014-04-07 10:41:50 +02:00
socfpga_cyclone5.c socfpga: initialize designware ethernet 2014-08-30 07:46:38 -04:00