[linux-yocto] [PATCH 29/87] arm/boot: Fix the problem with device tree loading in emulation

Paul Butler butler.paul at gmail.com
Mon May 27 09:56:00 PDT 2013


From: John Jacques <john.jacques at lsi.com>

The "pack" script was getting the wrong arguments.

Signed-off-by: John Jacques <john.jacques at lsi.com>
Signed-off-by: Paul Butler <paul.butler at windriver.com>
---
 arch/arm/boot/emuboot/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/emuboot/Makefile b/arch/arm/boot/emuboot/Makefile
index 1d8e491..eb907c5 100644
--- a/arch/arm/boot/emuboot/Makefile
+++ b/arch/arm/boot/emuboot/Makefile
@@ -19,7 +19,7 @@ linux.img: emuboot.o emuboot.lds zImage.emu
 	rm -f linux.tmp
 
 zImage.emu: $(ZIMAGE) axm55xx.dtb
-	python pack.py $(ZIMAGE) $< > $@
+	python pack.py $(ZIMAGE) axm55xx.dtb > $@
 
 axm55xx.dtb: $(DTS)
 	$(DTC) -O dtb -o $@ $<
-- 
1.8.3




More information about the linux-yocto mailing list