u-boot-brain/board/freescale/b4860qds
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
..
b4_pbi.cfg board/b4860qds:Slow MDC clock to comply IEEE specs in PBI config 2014-04-22 17:58:47 -07:00
b4_rcw.cfg powerpc/b4860/pbl: fix rcw cfg 2014-01-02 14:10:14 -08:00
b4860qds_crossbar_con.h board/b4860qds: Add support to make Aurora work on B4860QDS 2014-03-07 14:49:16 -08:00
b4860qds_qixis.h SGMII:fix PHY addresses for QSGMII Riser Card working in SGMII mode 2013-10-16 16:13:11 -07:00
b4860qds.c powerpc/mpc85xx: Check return value of find_tlb_idx 2014-07-22 16:25:54 -07:00
b4860qds.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
ddr.c board/b4qds:Add support of 2 stage NAND boot-loader 2014-04-22 17:58:51 -07:00
eth_b4860qds.c 85xx/b4860: Alternate serdes protocols for B4860/B4420 2014-03-07 14:50:00 -08:00
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
law.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
MAINTAINERS Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
Makefile board/b4qds:Add support of 2 stage NAND boot-loader 2014-04-22 17:58:51 -07:00
pci.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
spl.c board/b4qds:Add support of 2 stage NAND boot-loader 2014-04-22 17:58:51 -07:00
tlb.c board/b4qds:Add support of 2 stage NAND boot-loader 2014-04-22 17:58:51 -07:00