summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-05-17 11:22:16 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-05-17 11:42:52 +0200
commit0f7721cc0730234b80672e189d9dad8aa5ed6c07 (patch)
treefbf1a8d93e18a011eaf0d49ef8cdc18b7543e4f7
parent25be292b135cf0c6312335cbac9662529345c8fe (diff)
verdin-am62: remove unneeded boot files
U-Boot is now fixed and now uses the raw binary blobs from the eMMC boot area. Don't inherit meta-ti's deployment of the boot binary blobs into the boot FAT partition. Completes commit 25be292 ("Revert "verdin-am62: workaround, deploy u-boot to boot partition"") Related-to: ELB-5080 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/verdin-am62.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index 33ccd96..0f9c5f6 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -43,7 +43,7 @@ UBOOT_CONFIG[sd] = "verdin-am62_a53_defconfig,sdcard"
UBOOT_ENTRYPOINT = "0x80200000"
UBOOT_LOADADDRESS = "0x80200000"
-IMAGE_BOOT_FILES:append = " \
+IMAGE_BOOT_FILES = " \
boot.scr-${MACHINE};boot.scr \
${KERNEL_IMAGETYPE} \
${@make_dtb_boot_files(d)} \