summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-05-15 19:08:02 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-05-15 19:41:59 +0200
commit25be292b135cf0c6312335cbac9662529345c8fe (patch)
tree182e5447189224c757d493249cdeb1e481f0782c
parente2b8dc19f0af3f1c91ebc6fa34bb634412ed55c7 (diff)
Revert "verdin-am62: workaround, deploy u-boot to boot partition"
This reverts commit d99284cfa23f114de55126af2647d58cf7ba3a54. U-Boot is now fixed and now uses the raw binary blobs from the eMMC boot area. Related-to: ELB-5080 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/verdin-am62.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index 0027e0a..33ccd96 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -48,12 +48,6 @@ 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"