summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib64/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-02-25 14:02:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-13 10:27:42 +0100
commit06a3cd1d1c8b0c59ca4313dfe02915f951c8b4c6 (patch)
tree5c2e3586bba81e2575695abbd2509319c2d0ed5b /arch/arm/lib64/Makefile
parentec09152b909d88a1bd26ba125d87d74a5ca424d8 (diff)
downloadbarebox-06a3cd1d1c8b0c59ca4313dfe02915f951c8b4c6.tar.gz
barebox-06a3cd1d1c8b0c59ca4313dfe02915f951c8b4c6.tar.xz
ARM: Add arm64 pbl udelay
PBL often needs a way to udelay execution. Since we have a generic timer in ARMv8 we can implement a generic udelay. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/lib64/Makefile')
-rw-r--r--arch/arm/lib64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/lib64/Makefile b/arch/arm/lib64/Makefile
index 4c0019fabe..5068431342 100644
--- a/arch/arm/lib64/Makefile
+++ b/arch/arm/lib64/Makefile
@@ -6,4 +6,4 @@ obj-$(CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS) += memset.o string.o
extra-y += barebox.lds
obj-pbl-y += runtime-offset.o
-pbl-y += div0.o
+pbl-y += div0.o pbl.o