summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/image
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-08-11 11:37:26 +0000
committerJonas Gorski <jogo@openwrt.org>2014-08-11 11:37:26 +0000
commit43029544e25dc4794534d5a430572758a578759c (patch)
tree927d2f5e7d3280d30e7801c7b22b74e88387c2fc /target/linux/brcm63xx/image
parent74ec41ef59538bc6d21a327fb046a4151952f70d (diff)
downloadmtk-20170518-43029544e25dc4794534d5a430572758a578759c.zip
mtk-20170518-43029544e25dc4794534d5a430572758a578759c.tar.gz
mtk-20170518-43029544e25dc4794534d5a430572758a578759c.tar.bz2
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
Diffstat (limited to 'target/linux/brcm63xx/image')
-rwxr-xr-xtarget/linux/brcm63xx/image/Makefile10
1 files changed, 0 insertions, 10 deletions
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) \