Put an u-boot.bin into bin/ to make it easier for picking it to
install onto mmcblk1boot0.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
rm -f $@.boot
endef
+define Build/sunxi-emmc-uboot-copy
+ $(CP) $(STAGING_DIR_IMAGE)/$(DEVICE_NAME)-u-boot-with-spl.bin $(BIN_DIR)/
+endef
+
define Device/Default
PROFILES := Default
KERNEL_NAME := zImage
SOC := sun8i-t113s
IMAGES += emmc.img.gz
IMAGE/sdcard.img.gz := sunxi-sdcard | append-metadata | gzip
- IMAGE/emmc.img.gz := boot-scr-emmc | sunxi-emmc | append-metadata | gzip
+ IMAGE/emmc.img.gz := sunxi-emmc-uboot-copy | boot-scr-emmc | sunxi-emmc | append-metadata | gzip
endef
TARGET_DEVICES += myir_myd-yt113x