brcm63xx: remove now obsolete board fixup code

Now that we migrated all users to dtb based detection, we can drop the
board fixup code.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 42129
This commit is contained in:
Jonas Gorski
2014-08-11 11:37:26 +00:00
parent 74ec41ef59
commit 43029544e2
66 changed files with 172 additions and 244 deletions

View File

@@ -55,16 +55,6 @@ define Image/Build/CFEDTB
$(7) $(8) $(9) $(10)
endef
define Image/Build/CFEFIXUP
# Generate the tagged image
$(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux.lzma.cfe -f $(KDIR)/root.$(1) \
--output $(BIN_DIR)/openwrt-$(5)-$(1)-cfe.bin \
--boardid $(2) --chipid $(4) --entry $(KERNEL_ENTRY) \
--load-addr $(LOADADDR) --rsa-signature "$(6)" \
--info1 "+$(call Image/LimitName16,$(3))" --info2 $(1) \
$(7) $(8) $(9) $(10)
endef
define Image/Build/CFEHW553
# Generate the tagged image
$(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux.lzma.cfe -f $(KDIR)/root.$(1) \