diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:37:26 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:37:26 +0000 |
commit | 43029544e25dc4794534d5a430572758a578759c (patch) | |
tree | 927d2f5e7d3280d30e7801c7b22b74e88387c2fc /target/linux/brcm63xx/image | |
parent | 74ec41ef59538bc6d21a327fb046a4151952f70d (diff) | |
download | upstream-43029544e25dc4794534d5a430572758a578759c.tar.gz upstream-43029544e25dc4794534d5a430572758a578759c.tar.bz2 upstream-43029544e25dc4794534d5a430572758a578759c.zip |
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-x | target/linux/brcm63xx/image/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 096da43527..b445dcb500 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) \ |