summaryrefslogtreecommitdiff
path: root/conf/machine/verdin-am62.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/verdin-am62.conf')
-rw-r--r--conf/machine/verdin-am62.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index f763d9e..1676482 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -46,6 +46,12 @@ IMAGE_BOOT_FILES:append = " \
${KERNEL_IMAGETYPE} \
${@make_dtb_boot_files(d)} \
"
+# currently the R5 U-Boot doesn't load these from the raw boot area, so
+# deploy them into the FAT FS
+IMAGE_BOOT_FILES:append = " \
+ tispl.bin \
+ u-boot.img\
+"
WKS_FILE_DEPENDS:append = " u-boot-distro-boot"
WIC_CREATE_EXTRA_ARGS:append = " --no-fstab-update"