summaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/Makefile
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2018-11-27 10:19:31 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-12-13 08:09:13 +0100
commita9328c77852e533704421845fea4b0c85bdd544a (patch)
tree9e26753ed2ab2c0c0b67101d6ae0752ae118c55b /arch/mips/boot/Makefile
parent01624e9b4a73e1d3ea5151b7f01e924790033119 (diff)
downloadbarebox-a9328c77852e533704421845fea4b0c85bdd544a.tar.gz
barebox-a9328c77852e533704421845fea4b0c85bdd544a.tar.xz
MIPS: mutliimage: pass devicetree from PBL to the main_entry
We need it for multiimage support. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/boot/Makefile')
-rw-r--r--arch/mips/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/Makefile b/arch/mips/boot/Makefile
index b865b10f8b..d59b247910 100644
--- a/arch/mips/boot/Makefile
+++ b/arch/mips/boot/Makefile
@@ -1,6 +1,6 @@
obj-y += start.o
obj-y += main_entry.o
-obj-$(CONFIG_BUILTIN_DTB) += dtb.o
+obj-$(CONFIG_OFDEVICE) += dtb.o
pbl-y += start-pbl.o main_entry-pbl.o