From 43029544e25dc4794534d5a430572758a578759c Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Mon, 11 Aug 2014 11:37:26 +0000 Subject: 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 SVN-Revision: 42129 --- target/linux/brcm63xx/image/Makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'target/linux/brcm63xx/image') diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 096da43..b445dcb 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -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) \ -- cgit v1.1