brcm63xx: drop non-dtb image recipe
All images generated contain dtbs, so it is now unused. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44980
This commit is contained in:
parent
ab43a5abd0
commit
02d68c2b57
1 changed files with 0 additions and 11 deletions
|
@ -38,17 +38,6 @@ TARGET_IMAGES:=
|
||||||
TARGET_Default_DTBS:=
|
TARGET_Default_DTBS:=
|
||||||
TARGET_Default_IMAGES:=
|
TARGET_Default_IMAGES:=
|
||||||
|
|
||||||
define Image/Build/CFE
|
|
||||||
# Generate the tagged image
|
|
||||||
$(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux.lzma.cfe -f $(KDIR)/root.$(1) \
|
|
||||||
--output $(BIN_DIR)/openwrt-$(4)-$(1)-cfe.bin \
|
|
||||||
--boardid $(2) --chipid $(3) --entry $(KERNEL_ENTRY) \
|
|
||||||
--load-addr $(LOADADDR) --rsa-signature "$(5)" \
|
|
||||||
--info1 "-$(call Image/LimitName16,$(4))" --info2 $(1) \
|
|
||||||
$(call rootfspad/$(1)) \
|
|
||||||
$(6) $(7) $(8) $(9)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Image/Build/CFEDTB
|
define Image/Build/CFEDTB
|
||||||
# Generate the tagged image
|
# Generate the tagged image
|
||||||
$(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux-$(3).lzma.cfe -f $(KDIR)/root.$(1) \
|
$(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux-$(3).lzma.cfe -f $(KDIR)/root.$(1) \
|
||||||
|
|
Loading…
Reference in a new issue