mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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 | ||