mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 11:16:32 +00:00
at91bootstrap: add sama5d27_som1_eksd1_uboot as default defconfig
Signed-off-by: Sandeep Sheriker M <sandeep.sheriker@microchip.com>
This commit is contained in:
parent
8ff5d69734
commit
0b7c66c93b
@ -128,7 +128,7 @@ AT91BOOTSTRAP_TARGETS := \
|
|||||||
sama5d4_xplainednf_uboot_secure \
|
sama5d4_xplainednf_uboot_secure \
|
||||||
sama5d4_xplaineddf_uboot_secure \
|
sama5d4_xplaineddf_uboot_secure \
|
||||||
sama5d4_xplainedsd_uboot_secure \
|
sama5d4_xplainedsd_uboot_secure \
|
||||||
sama5d27_som1_eksd_uboot \
|
sama5d27_som1_eksd1_uboot \
|
||||||
sama5d27_som1_ekqspi_uboot \
|
sama5d27_som1_ekqspi_uboot \
|
||||||
sama5d2_ptc_eknf_uboot \
|
sama5d2_ptc_eknf_uboot \
|
||||||
sama5d2_ptc_eksd_uboot
|
sama5d2_ptc_eksd_uboot
|
||||||
|
@ -55,9 +55,13 @@ define Build/at91-sdcard
|
|||||||
$(BIN_DIR)/u-boot-$(DEVICE_NAME:at91-%=%)_mmc/u-boot.bin \
|
$(BIN_DIR)/u-boot-$(DEVICE_NAME:at91-%=%)_mmc/u-boot.bin \
|
||||||
::u-boot.bin
|
::u-boot.bin
|
||||||
|
|
||||||
|
$(if $(findstring at91-sama5d27_som1_ek,$@), \
|
||||||
mcopy -i $@.boot \
|
mcopy -i $@.boot \
|
||||||
$(BIN_DIR)/at91bootstrap-$(DEVICE_NAME:at91-%=%)sd*/at91bootstrap.bin \
|
$(BIN_DIR)/at91bootstrap-$(DEVICE_NAME:at91-%=%)sd1_uboot/at91bootstrap.bin \
|
||||||
::BOOT.bin
|
::BOOT.bin,
|
||||||
|
mcopy -i $@.boot \
|
||||||
|
$(BIN_DIR)/at91bootstrap-$(DEVICE_NAME:at91-%=%)sd_uboot/at91bootstrap.bin \
|
||||||
|
::BOOT.bin)
|
||||||
|
|
||||||
./gen_at91_sdcard_img.sh \
|
./gen_at91_sdcard_img.sh \
|
||||||
$@.img \
|
$@.img \
|
||||||
|
Loading…
Reference in New Issue
Block a user