u-boot-brain/board/freescale/corenet_ds
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
..
corenet_ds.c powerpc/mpc85xx: Check return value of find_tlb_idx 2014-07-22 16:25:54 -07:00
corenet_ds.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
ddr.c Driver/DDR: Moving Freescale DDR driver to a common driver 2013-11-25 11:43:43 -08:00
eth_hydra.c SGMII:fix PHY addresses for QSGMII Riser Card working in SGMII mode 2013-10-16 16:13:11 -07:00
eth_p4080.c Driver/DDR: Moving Freescale DDR driver to a common driver 2013-11-25 11:43:43 -08:00
eth_superhydra.c SGMII:fix PHY addresses for QSGMII Riser Card working in SGMII mode 2013-10-16 16:13:11 -07: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 board: powerpc: convert makefiles to Kbuild style 2013-11-01 11:42:12 -04:00
p3041ds_ddr.c Driver/DDR: Moving Freescale DDR driver to a common driver 2013-11-25 11:43:43 -08:00
p4080ds_ddr.c Driver/DDR: Moving Freescale DDR driver to a common driver 2013-11-25 11:43:43 -08:00
p5020ds_ddr.c Driver/DDR: Moving Freescale DDR driver to a common driver 2013-11-25 11:43:43 -08:00
p5040ds_ddr.c Driver/DDR: Moving Freescale DDR driver to a common driver 2013-11-25 11:43:43 -08:00
pbi.cfg Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
rcw_p2041rdb.cfg powerpc/p2041: add RCW file for P2041RDB 2013-01-30 11:25:12 -06:00
rcw_p3041ds.cfg powerpc/CoreNet: add tool to support pbl image build. 2012-08-23 10:24:16 -05:00
rcw_p4080ds.cfg powerpc/CoreNet: add tool to support pbl image build. 2012-08-23 10:24:16 -05:00
rcw_p5020ds.cfg powerpc/CoreNet: add tool to support pbl image build. 2012-08-23 10:24:16 -05:00
rcw_p5040ds.cfg powerpc/p5040: enable PBL tool support 2013-05-24 16:54:12 -05:00