diff options
Diffstat (limited to 'target/linux/at91/image/sama5.mk')
-rw-r--r-- | target/linux/at91/image/sama5.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/at91/image/sama5.mk b/target/linux/at91/image/sama5.mk index a737ba508b..1e4366cefa 100644 --- a/target/linux/at91/image/sama5.mk +++ b/target/linux/at91/image/sama5.mk @@ -11,7 +11,9 @@ define Build/at91-sdcard rm -f $@.boot mkfs.fat -C $@.boot $(FAT32_BLOCKS) - mcopy -i $@.boot $(KDIR)/zImage ::zImage + mcopy -i $@.boot \ + $(KDIR)/$(DEVICE_NAME)-fit-zImage.itb \ + ::$(DEVICE_NAME:at91-%=%)-fit.itb $(if $(findstring at91-sama5d27_som1_ek,$@), \ mcopy -i $@.boot \ |