mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
461be2f96e
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> |
||
---|---|---|
.. | ||
ahci.c | ||
board.c | ||
dram_a10_olinuxino_l.c | ||
dram_a10s_olinuxino_m.c | ||
dram_a13_oli_micro.c | ||
dram_a13_olinuxino.c | ||
dram_a20_olinuxino_l.c | ||
dram_bananapi.c | ||
dram_cubieboard.c | ||
dram_cubieboard2.c | ||
dram_cubietruck.c | ||
dram_linksprite_pcduino3.c | ||
dram_r7dongle.c | ||
dram_sun4i_360_512.c | ||
dram_sun4i_360_1024_iow8.c | ||
dram_sun4i_360_1024_iow16.c | ||
dram_sun4i_384_1024_iow8.c | ||
dram_sun7i_384_512_busw16_iow16.c | ||
dram_sun7i_384_1024_iow16.c | ||
gmac.c | ||
Kconfig | ||
MAINTAINERS | ||
Makefile |