Commit 5d1a0411 authored by John Linn's avatar John Linn Committed by Grant Likely
Browse files

powerpc/bootwrapper: update for initrd with simpleImage



This change to the makefile corrects the build of a simpleImage with initrd.

Signed-off-by: default avatarJohn Linn <john.linn@xilinx>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 1702b520
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -273,7 +273,8 @@ endif
initrd-  := $(patsubst zImage%, zImage.initrd%, $(image-n) $(image-))
initrd-y := $(patsubst zImage%, zImage.initrd%, \
		$(patsubst dtbImage%, dtbImage.initrd%, \
		$(patsubst treeImage%, treeImage.initrd%, $(image-y))))
		$(patsubst simpleImage%, simpleImage.initrd%, \
		$(patsubst treeImage%, treeImage.initrd%, $(image-y)))))
initrd-y := $(filter-out $(image-y), $(initrd-y))
targets	+= $(image-y) $(initrd-y)