summaryrefslogtreecommitdiff
path: root/arch/sandbox/lib/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-08-28 11:42:09 +0200
committerSimon Glass <sjg@chromium.org>2021-10-21 12:50:48 -0600
commit737fd142de530978157d61dd732273dd61a57eee (patch)
treebaa70d70e5d684bafaccc69e4fd9f95c6bfd1ab4 /arch/sandbox/lib/Makefile
parentf7832ee552b6a54f2bcbde87ff205147930035b8 (diff)
sandbox: provide /chosen/boot-hartid property
On RISC-V the sandbox must provide the /chosen/boot-hartid in the devicetree. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'arch/sandbox/lib/Makefile')
-rw-r--r--arch/sandbox/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/lib/Makefile b/arch/sandbox/lib/Makefile
index b4ff717e78..a2bc5a7ee6 100644
--- a/arch/sandbox/lib/Makefile
+++ b/arch/sandbox/lib/Makefile
@@ -5,7 +5,7 @@
# (C) Copyright 2002-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-obj-y += interrupts.o sections.o
+obj-y += fdt_fixup.o interrupts.o sections.o
obj-$(CONFIG_PCI) += pci_io.o
obj-$(CONFIG_CMD_BOOTM) += bootm.o
obj-$(CONFIG_CMD_BOOTZ) += bootm.o