u-boot/arch/arm/cpu/armv7/zynq
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 zynq: Add support for U-BOOT SPL 2014-02-19 09:41:22 +01:00
clk.c zynq: Update CLK in bdinfo 2014-02-19 09:41:22 +01:00
cpu.c ARM: zynq: Added efuse status register base address 2014-05-14 07:43:34 +02:00
ddrc.c ARM: zynq: Show ECC status on the same line as DRAM size 2014-07-23 15:36:55 +02:00
slcr.c ARM: zynq: ehci: Added USB host driver support 2014-05-14 07:43:35 +02:00
spl.c ARM: zynq: Remove spl.h 2014-08-19 08:48:18 +02:00
timer.c arm: zynq: correct the argument to lldiv 2014-02-19 09:41:22 +01:00
u-boot-spl.lds zynq: spl: Add vectors section to linker script 2014-08-08 11:27:29 +02:00
u-boot.lds arm: zynq: fix a bug in Zynq linker script 2014-06-17 12:28:26 +02:00