summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-05-08 13:50:15 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2024-05-08 17:40:43 +0200
commit61bac0ad64aeda8bf4cd47c4085fc3a5c575638e (patch)
tree7f91aa9f045aec6ff1424224091aa5c2d57bfe24
parent4d5907acdfdd2eabac1ee179025945f75361e522 (diff)
u-boot-toradex-ti: remove workaround
meta-ti stopped removing the u-boot-initial-env files for the main U-Boot machine. Thus remove the workaround which made the files available again. See commit e918d88c ("u-boot-ti: deploy initial-env for the main machine") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-ti_2023.04.bb7
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-ti_2023.04.bb b/recipes-bsp/u-boot/u-boot-toradex-ti_2023.04.bb
index 749dd2b..83ed9a0 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-ti_2023.04.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-ti_2023.04.bb
@@ -23,13 +23,6 @@ UBOOT_INITIAL_ENV = "u-boot-initial-env"
COMPATIBLE_MACHINE = "(ti-soc)"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-# preserve and deploy u-boot-initial-env if building for the Cortex-A53 core
-# even if u-boot-ti.inc do_deploy() tries to delete it.
-DEPLOY_INITIAL_ENV = "install -D -m 644 ${B}/sd/u-boot-initial-env ${DEPLOYDIR}/ || true"
-DEPLOY_INITIAL_ENV:k3r5 = ":"
-do_deploy:append () {
- ${DEPLOY_INITIAL_ENV}
-}
do_deploy:append:k3r5 () {
if [ -n "${UBOOT_CONFIG}" ]
then