summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-08-10 10:18:37 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-08-10 10:28:03 +0200
commit17eac7f2ebcdf3bd30b2f6c6bc1d84f047a75b85 (patch)
treee7dec3b8d6c58ec27edecb97b33b52ed8c155ee5
parentd00b2cbdb6c66cca1e14d5f70ca9fa4133d03269 (diff)
verdin-am62.conf: stop deploying tiboot3* into bootfs
By booting from eMMC the file content is read from the eMMC boot area, not from a filesystem. Keeping them additionally in the bootfs might confuse people. Fixes: 4c40178 ("u-boot: updated to the toradex_ti-u-boot-2023.04 branch") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/verdin-am62.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index 3dbf209..6520733 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -13,7 +13,6 @@ do_image[mcdepends] = "mc::k3r5:virtual/bootloader:do_deploy"
# cope with our changed tiboot3 file names vs. the hardcoded TI AM625 SK-EVM ones
IMAGE_BOOT_FILES:remove = "tiboot3-am62x-gp-evm.bin tiboot3-am62x-hs-evm.bin tiboot3-am62x-hs-fs-evm.bin"
-IMAGE_BOOT_FILES:append = " tiboot3-am62x-gp-verdin.bin tiboot3-am62x-hs-fs-verdin.bin tiboot3-am62x-hs-verdin.bin"
IMAGE_BOOT_FILES:remove = "ti_logo_414x97_32bpp.bmp.gz"