rv1126-uboot/arch
Oded Gabbay 4b105f6ca9 armv8: fix #if around spin-table code in start.S
Using CONFIG_IS_ENABLED() doesn't work in SPL. This patch replaces the only
occurrence of CONFIG_IS_ENABLED() in start.S to a regular #if defined().
It also adds "&& !defined(CONFIG_SPL_BUILD)" to that #if statement because
the spin-table code can't currently work in SPL, and the spin-table file
isn't even compiled in SPL.

Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
2017-01-14 16:46:27 -05:00
..
arc
arm armv8: fix #if around spin-table code in start.S 2017-01-14 16:46:27 -05:00
avr32
blackfin
m68k
microblaze
mips mips: Use common _AC macro now. 2017-01-10 08:19:26 -05:00
nds32
nios2
openrisc
powerpc powerpc: mpc85xx: Move macro CONFIG_SYS_PPC64 to Kconfig 2017-01-04 19:40:56 -05:00
sandbox
sh
sparc
x86 x86: Add file names from Kconfig in CMC/FSP/VGA nodes in u-boot.dtsi 2016-12-26 13:36:21 +08:00
xtensa
.gitignore
Kconfig