bcm63xx: ad1018: remove cfe.bin image support
[openwrt/staging/hauke.git] / target / linux / bcm63xx / image / Makefile
index eb4b78b06ab9ba303cb0adb55424a03a9bc01fab..d7e2432bdba8308f5494ebc174e795cf231ad9e1 100644 (file)
@@ -96,31 +96,6 @@ define Image/FileSystemStrip
 $(firstword $(subst +,$(space),$(subst root.,,$(notdir $(1)))))
 endef
 
-define Build/ad1018-jffs2-cferam
-       mv $@ $@.kernel
-
-       rm -rf $@-cferam
-       mkdir -p $@-cferam
-
-       # CFE RAM JFFS2 partition
-       cp $(KDIR)/bcm63xx-cfe/$(CFE_RAM_FILE) $@-cferam/$(CFE_RAM_JFFS2_NAME)
-       $(call Build/cfe-jffs2,$@-cferam)
-       mv $@ $@.cferam
-
-       # First block of CFE RAM 1 will be destroyed by MMAP
-       dd if=$@.cferam bs=$(BLOCKSIZE) count=1 > $@
-       dd if=$@.cferam >> $@
-       $(call Build/pad-to,896k)
-
-       # CFE RAM 2
-       dd if=$@.cferam >> $@
-
-       # Append kernel @ 4M
-       $(call Build/pad-to,4096k)
-       dd if=$@.kernel >> $@
-       rm -f $@.kernel
-endef
-
 define Build/cfe-bin
        $(STAGING_DIR_HOST)/bin/imagetag -i $(IMAGE_KERNEL) -f $(IMAGE_ROOTFS) \
                --output $@ --boardid $(CFE_BOARD_ID) --chipid $(CHIP_ID) \