u-boot-brain/arch/arm/cpu/armv7/rmobile
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
..
board.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cpu_info-r8a7740.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cpu_info-rcar.c arm: rmobile: Add rmobile_get_cpu_rev_fraction() for R-Car SoCs 2014-04-28 04:35:12 +09:00
cpu_info-sh73a0.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cpu_info.c arm: rmobile: Add support R8A7794 2014-07-24 14:03:46 +09:00
emac.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
lowlevel_init_ca15.S arm: rmobile: r8a779x: Fix L2 cache init and latency setting 2014-04-28 04:35:11 +09:00
lowlevel_init.S Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
Makefile arm: rmobile: Add support R8A7794 2014-07-24 14:03:46 +09:00
pfc-r8a7740.c arm: rmobile: Add support PFC of Renesas R8A7740 2012-10-03 02:04:25 +02:00
pfc-r8a7790.c arm: rmobile: Add support R8A7790 2013-12-03 09:45:20 +09:00
pfc-r8a7790.h arm: rmobile: Add support R8A7790 2013-12-03 09:45:20 +09:00
pfc-r8a7791.c arm: rmobile: r8a7791: Fix MOD_SEL3 function table about FN_SEL_IEB 2014-05-21 10:09:19 +09:00
pfc-r8a7794.c arm: rmobile: Add support R8A7794 2014-07-24 14:03:46 +09:00
pfc-sh73a0.c arm: rmobile: Add support PFC of Renesas SH73A0 2012-10-03 02:04:22 +02:00
timer.c arm: kzm9g: Fix undefined reference to `__aeabi_uldivmod' error 2013-12-03 09:47:08 +09:00