|
|
@@ -11,7 +11,9 @@ define Build/at91-sdcard
|
|
|
rm -f [email protected]
|
|
|
mkfs.fat -C [email protected] $(FAT32_BLOCKS)
|
|
|
|
|
|
- mcopy -i [email protected] $(KDIR)/zImage ::zImage
|
|
|
+ mcopy -i [email protected] \
|
|
|
+ $(KDIR)/$(DEVICE_NAME)-fit-zImage.itb \
|
|
|
+ ::$(DEVICE_NAME:at91-%=%)-fit.itb
|
|
|
|
|
|
$(if $(findstring at91-sama5d27_som1_ek,$@), \
|
|
|
mcopy -i [email protected] \
|