|
@@ -16,11 +16,11 @@ define Build/at91-sdcard
|
|
::$(DEVICE_NAME)-fit.itb
|
|
::$(DEVICE_NAME)-fit.itb
|
|
|
|
|
|
mcopy -i [email protected] \
|
|
mcopy -i [email protected] \
|
|
- $(BIN_DIR)/u-boot-at91sam9x5ek_mmc/u-boot.bin \
|
|
|
|
|
|
+ $(BIN_DIR)/u-boot-$(if $(findstring sam9x60,$@),$(DEVICE_DTS:at91-%=%),at91sam9x5ek)_mmc/u-boot.bin \
|
|
::u-boot.bin
|
|
::u-boot.bin
|
|
|
|
|
|
mcopy -i [email protected] \
|
|
mcopy -i [email protected] \
|
|
- $(BIN_DIR)/at91bootstrap-at91sam9x5eksd_uboot/at91bootstrap.bin \
|
|
|
|
|
|
+ $(BIN_DIR)/at91bootstrap-$(if $(findstring sam9x60,$@),$(DEVICE_DTS:at91-%=%),at91sam9x5ek)sd_uboot/at91bootstrap.bin \
|
|
::BOOT.bin
|
|
::BOOT.bin
|
|
|
|
|
|
$(CP) uboot-env.txt [email protected]
|
|
$(CP) uboot-env.txt [email protected]
|
|
@@ -112,6 +112,15 @@ define Device/atmel_at91sam9x35ek
|
|
endef
|
|
endef
|
|
TARGET_DEVICES += atmel_at91sam9x35ek
|
|
TARGET_DEVICES += atmel_at91sam9x35ek
|
|
|
|
|
|
|
|
+define Device/microchip_sam9x60ek
|
|
|
|
+ $(Device/evaluation-dtb)
|
|
|
|
+ DEVICE_VENDOR := Microchip
|
|
|
|
+ DEVICE_MODEL := SAM9X60-EK
|
|
|
|
+ DEVICE_DTS := at91-sam9x60ek
|
|
|
|
+ $(Device/evaluation-sdimage)
|
|
|
|
+endef
|
|
|
|
+TARGET_DEVICES += microchip_sam9x60ek
|
|
|
|
+
|
|
define Device/calamp_lmu5000
|
|
define Device/calamp_lmu5000
|
|
$(Device/production)
|
|
$(Device/production)
|
|
DEVICE_VENDOR := CalAmp
|
|
DEVICE_VENDOR := CalAmp
|