From dd2d29a1e1edb37fbaf2905ec6c1db50f6e661c0 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 13 Apr 2015 22:54:20 +0200 Subject: sandbox: Split bootm code out into lib/bootm Follow the convention of other architectures and move the platform specific linux bootm code into sandbox/lib/bootm.c. Signed-off-by: Sjoerd Simons Acked-by: Simon Glass --- arch/sandbox/lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/sandbox/lib/Makefile') diff --git a/arch/sandbox/lib/Makefile b/arch/sandbox/lib/Makefile index 75b135cfc0..96761e27f7 100644 --- a/arch/sandbox/lib/Makefile +++ b/arch/sandbox/lib/Makefile @@ -9,3 +9,4 @@ obj-y += interrupts.o obj-$(CONFIG_PCI) += pci_io.o +obj-$(CONFIG_CMD_BOOTM) += bootm.o -- cgit v1.2.1