u-boot-brain/arch/arm/cpu/armv7/keystone
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
..
clock-k2e.c keystone2: use EFUSE_BOOTROM information to configure PLLs 2014-08-25 10:48:12 -04:00
clock-k2hk.c keystone2: use EFUSE_BOOTROM information to configure PLLs 2014-08-25 10:48:12 -04:00
clock.c ARM: keystone: clock: use correct BWADJ field mask for PASSPLLCTL0 2014-09-04 13:05:57 -04:00
cmd_clock.c ARM: keystone2: clock: add K2E clock support 2014-07-25 16:26:11 -04:00
cmd_mon.c k2hk: add support for k2hk SOC and EVM 2014-04-17 17:24:38 -04:00
ddr3.c k2hk: use common KS2_ prefix for all hardware definitions 2014-07-25 16:26:10 -04:00
init.c ARM: keystone2: add MSMC cache coherency support for K2E SOC 2014-07-25 16:26:11 -04:00
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
keystone_nav.c keystone2: add keystone multicore navigator driver 2014-04-17 17:24:39 -04:00
keystone.c k2hk: use common KS2_ prefix for all hardware definitions 2014-07-25 16:26:10 -04:00
Makefile ARM: keystone2: clock: add K2E clock support 2014-07-25 16:26:11 -04:00
msmc.c ARM: keystone2: add MSMC cache coherency support for K2E SOC 2014-07-25 16:26:11 -04:00
psc.c keystone2: use readl/writel functions instead of redefinition 2014-09-04 13:06:00 -04:00
spl.c ARM: keystone2: spl: add K2E SoC support 2014-07-25 16:26:11 -04:00