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-12-08 15:04:35 +0100
commit18475ac6e19ec6dd39fa4c008c87ad3d354eb6bc (patch)
tree300d71efe0c94e488083c922103736eae263570f
parentdcae16c84d78e9b43ce9fb20a3b7c6ffecf1dc84 (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> (cherry picked from commit 4cea50134bc3000094d9d285c9711b72f8164c7f)
-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