From 17eac7f2ebcdf3bd30b2f6c6bc1d84f047a75b85 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 10 Aug 2023 10:18:37 +0200 Subject: 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 --- conf/machine/verdin-am62.conf | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.3