Parcourir la source

at91: remove Build/at91-sdcard command

remove at91-sdcard build command from Makefile as this is moved to
respective subtarget Makefile.

Signed-off-by: Sandeep Sheriker M <[email protected]>
Sandeep Sheriker M il y a 6 ans
Parent
commit
05a81abb5f
1 fichiers modifiés avec 0 ajouts et 35 suppressions
  1. 0 35
      target/linux/at91/image/Makefile

+ 0 - 35
target/linux/at91/image/Makefile

@@ -40,41 +40,6 @@ define Device/dtb
   KERNEL := kernel-bin | lzma | uImage lzma
 endef
 
-define Build/at91-sdcard
-  $(if $(findstring ext4,$@), \
-  rm -f [email protected]
-  mkfs.fat -C [email protected] $(FAT32_BLOCKS)
-
-  mcopy -i [email protected] $(KDIR)/zImage ::zImage
-
-  $(foreach dts,$(DEVICE_DTS), \
-     mcopy -i [email protected] $(DTS_DIR)/$(dts).dtb \
-        ::$(dts).dtb)
-
-  mcopy -i [email protected] \
-    $(BIN_DIR)/u-boot-$(DEVICE_NAME:at91-%=%)_mmc/u-boot.bin \
-    ::u-boot.bin
-
-  $(if $(findstring at91-sama5d27_som1_ek,$@), \
-      mcopy -i [email protected] \
-          $(BIN_DIR)/at91bootstrap-$(DEVICE_NAME:at91-%=%)sd1_uboot/at91bootstrap.bin \
-          ::BOOT.bin,
-      mcopy -i [email protected] \
-          $(BIN_DIR)/at91bootstrap-$(DEVICE_NAME:at91-%=%)sd_uboot/at91bootstrap.bin \
-          ::BOOT.bin)
-
-  ./gen_at91_sdcard_img.sh \
-      [email protected] \
-      [email protected] \
-      $(KDIR)/root.ext4 \
-      $(AT91_SD_BOOT_PARTSIZE) \
-      $(CONFIG_TARGET_ROOTFS_PARTSIZE)
-
-  gzip -nc9 [email protected] > $@
-
-  rm -f [email protected] [email protected] )
-endef
-
 define Device/evaluation-sdimage
   IMAGES += sdcard.img.gz
   IMAGE/sdcard.img.gz := at91-sdcard