u-boot/arch/arm/cpu/arm926ejs
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
..
armada100
at91 ARM: at91sam9m10g45ek: enable mci0 support 2014-05-27 00:10:54 +02:00
davinci kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
kirkwood kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
lpc32xx
mb86r0x kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib 2014-03-28 15:06:29 -04:00
mx25 kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib 2014-03-28 15:06:29 -04:00
mx27 kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib 2014-03-28 15:06:29 -04:00
mxs arm: Add missing .vectors section to linker scripts 2014-08-30 07:46:41 -04:00
nomadik kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
omap
orion5x kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
pantheon
spear arm: move exception handling out of start.S files 2014-05-15 16:24:53 +02:00
versatile kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
cache.c
config.mk
cpu.c
Makefile
start.S arm: move exception handling out of start.S files 2014-05-15 16:24:53 +02:00