From 18475ac6e19ec6dd39fa4c008c87ad3d354eb6bc Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 26 Nov 2020 16:58:53 +0100 Subject: 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 (cherry picked from commit 4cea50134bc3000094d9d285c9711b72f8164c7f) --- recipes-bsp/u-boot/files/tegra124/fw_env.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3