summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2018-12-31 09:07:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-04 08:21:30 +0100
commit8e2f92c146d219af0c1770b3afc5785f2d8df830 (patch)
tree62be08f797510721759f725965927afc870d9501 /arch
parent58ccf5137f1f6179bb851186610c9d165ba30db6 (diff)
downloadbarebox-8e2f92c146d219af0c1770b3afc5785f2d8df830.tar.gz
barebox-8e2f92c146d219af0c1770b3afc5785f2d8df830.tar.xz
at91sam9263ek: fix build of of_init
Fix mistake in Makefile that prevented build of of_init.o With this fix smc shows up in iomem like this: 0xffffe400 - 0xffffe5ff (size 0x00000200) at91sam9-smc0 0xffffea00 - 0xffffebff (size 0x00000200) at91sam9-smc1 And we get access to the files from defaultenv provided by the board Fixes: b467c262b5a7 (at91sam9263ek: enable DT support) Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boards/at91sam9263ek/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/at91sam9263ek/Makefile b/arch/arm/boards/at91sam9263ek/Makefile
index 66083a239e..d4d5e76395 100644
--- a/arch/arm/boards/at91sam9263ek/Makefile
+++ b/arch/arm/boards/at91sam9263ek/Makefile
@@ -1,7 +1,7 @@
ifeq ($(CONFIG_OFDEVICE),)
obj-y += init.o
endif
-obj-$(CONFIG_OF_DEVICE) += of_init.o
+obj-$(CONFIG_OFDEVICE) += of_init.o
lwl-y += lowlevel_init.o