Home
last modified time | relevance | path

Searched hist:"4 b105f6ca96a1489ec094f10f0d1c5e95666463e" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dstart.S4b105f6ca96a1489ec094f10f0d1c5e95666463e Tue Dec 27 09:19:43 UTC 2016 Oded Gabbay <oded.gabbay@gmail.com> 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>