|
|
@@ -4,6 +4,7 @@ FAT32_BLOCKS:=$(shell echo \
|
|
|
$$(($(AT91_SD_BOOT_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE))))
|
|
|
|
|
|
define Build/at91-sdcard
|
|
|
+ $(if $(findstring ext4,$@), \
|
|
|
rm -f [email protected]
|
|
|
mkfs.fat -C [email protected] $(FAT32_BLOCKS)
|
|
|
|
|
|
@@ -30,7 +31,7 @@ define Build/at91-sdcard
|
|
|
|
|
|
gzip -nc9 [email protected] > $@
|
|
|
|
|
|
- rm -f [email protected] [email protected]
|
|
|
+ rm -f [email protected] [email protected] )
|
|
|
endef
|
|
|
|
|
|
define Device/evaluation-sdimage
|