uboot/arch/powerpc/cpu/mpc8xx
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
Makefile kbuild: use Linux Kernel build scripts 2014-02-19 11:07:50 -05:00
bedbug_860.c
commproc.c
config.mk powerpc: remove redundant CPU definition 2014-07-30 14:42:03 -04:00
cpu.c mpc8xx: remove fads board support 2014-07-07 19:43:02 -04:00
cpu_init.c powerpc: mpc8xx: remove svm_sc8xx board 2014-08-21 12:01:12 -04:00
fdt.c
fec.c mpc8xx: remove fads board support 2014-07-07 19:43:02 -04:00
fec.h
i2c.c
interrupts.c
kgdb.S
plprcr_write.S
scc.c mpc8xx: remove fads board support 2014-07-07 19:43:02 -04:00
serial.c mpc8xx: remove fads board support 2014-07-07 19:43:02 -04:00
speed.c
spi.c
start.S
traps.c
upatch.c
video.c stdio: Pass device pointer to stdio methods 2014-07-23 14:07:23 +01:00