aboutsummaryrefslogtreecommitdiff
path: root/include/linux/delay.h
diff options
context:
space:
mode:
authorOded Gabbay <oded.gabbay@gmail.com>2016-12-27 11:19:43 +0200
committerTom Rini <trini@konsulko.com>2017-01-14 16:46:27 -0500
commit4b105f6ca96a1489ec094f10f0d1c5e95666463e (patch)
tree03ab25e176fc22d7138b2e0f7b48a9d9c966b9b5 /include/linux/delay.h
parent22802f4e3a0a8ead928a0af06b7719b604a98afb (diff)
downloadu-boot-4b105f6ca96a1489ec094f10f0d1c5e95666463e.zip
u-boot-4b105f6ca96a1489ec094f10f0d1c5e95666463e.tar.gz
u-boot-4b105f6ca96a1489ec094f10f0d1c5e95666463e.tar.bz2
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>
Diffstat (limited to 'include/linux/delay.h')
0 files changed, 0 insertions, 0 deletions