u-boot/board/freescale/t4rdb
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
..
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 powerpc/85xx: Add T4240RDB board support 2014-05-13 08:24:32 -07:00
ddr.c powerpc/85xx: Add T4240RDB board support 2014-05-13 08:24:32 -07:00
ddr.h powerpc/85xx: Add T4240RDB board support 2014-05-13 08:24:32 -07:00
eth.c powerpc/t4rdb: Add alternate serdes protocols to align with A-007186 2014-06-05 12:56:13 -07:00
law.c powerpc/85xx: Add T4240RDB board support 2014-05-13 08:24:32 -07:00
pci.c powerpc/85xx: Add T4240RDB board support 2014-05-13 08:24:32 -07:00
t4_pbi.cfg powerpc/85xx: Add T4240RDB board support 2014-05-13 08:24:32 -07:00
t4_rcw.cfg powerpc/t4rdb: Add alternate serdes protocols to align with A-007186 2014-06-05 12:56:13 -07:00
t4rdb.h powerpc/85xx: Add T4240RDB board support 2014-05-13 08:24:32 -07:00
t4240rdb.c powerpc/mpc85xx: Check return value of find_tlb_idx 2014-07-22 16:25:54 -07:00
tlb.c powerpc/85xx: Add T4240RDB board support 2014-05-13 08:24:32 -07:00