mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
This commit introduces a Kconfig symbol for each ARM CPU: CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136, CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100. Also, it adds the CPU feature Kconfig symbol HAS_VBAR which is selected for CPU_ARM1176 and CPU_V7. For each target, the corresponding CPU is selected and the definition of SYS_CPU in the corresponding Kconfig file is removed. Also, it removes redundant "string" type in some Kconfig files. Signed-off-by: Georges Savoundararadj <savoundg@gmail.com> Acked-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Cc: 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_a20_olinuxino_l2.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 | ||