brcm63xx: fix image generation
This fixes build issues introduced on r43361. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 43376
This commit is contained in:
parent
60522c8ba7
commit
e1eec53136
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ define Image/Build/CFEDTB
|
|||
endef
|
||||
|
||||
define Image/Build/OLDCFEDTB
|
||||
# Generate the tagged image
|
||||
$(TOPDIR)/scripts/brcmImage.pl -t -p \
|
||||
-b $(3) -c $(4) -e $(KERNEL_ENTRY) -a $(LOADADDR) \
|
||||
-k $(KDIR)/vmlinux-$(2).lzma.cfe -r $(KDIR)/root.$(1) \
|
||||
|
|
Loading…
Reference in a new issue