summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-11-26 16:58:53 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-11-26 18:33:57 +0100
commit4cea50134bc3000094d9d285c9711b72f8164c7f (patch)
treeceabc5c7aec349ed7042411576b3161287849b80
parentf3d8d8cff00b9fbff920bbd5e5eb1cfdce755290 (diff)
u-boot: fw_env.config: use stable symlink to the emmc
Change to use the stable symlink to the emmc boot area to specify the location of the U-Boot environment. Related-to: ELB-3293 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-bsp/u-boot/files/tegra124/fw_env.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/files/tegra124/fw_env.config b/recipes-bsp/u-boot/files/tegra124/fw_env.config
index 5941da2..1babc03 100644
--- a/recipes-bsp/u-boot/files/tegra124/fw_env.config
+++ b/recipes-bsp/u-boot/files/tegra124/fw_env.config
@@ -11,5 +11,5 @@
# block which occupies the last sector (hence -0x200)
# Block device name Device offset Env. size
-/dev/mmcblk0boot0 -0x2200 0x2000
+/dev/emmc-boot0 -0x2200 0x2000