From 534df51e1c495c4383e9355fe0a0830dd4e252c8 Mon Sep 17 00:00:00 2001 From: Gonzalo Ruiz Date: Tue, 6 Jul 2021 18:12:08 +0200 Subject: [PATCH] install_linux_fw_uuu: cc8m: ensure fastboot_buffer value This command was already present on the script used for CC8X. Add it here so the scripts are as much alike as possible. Signed-off-by: Gonzalo Ruiz --- .../u-boot/u-boot-dey/ccimx8m/install_linux_fw_uuu.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8m/install_linux_fw_uuu.sh b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8m/install_linux_fw_uuu.sh index 3f023b794..3543c2d77 100755 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8m/install_linux_fw_uuu.sh +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8m/install_linux_fw_uuu.sh @@ -205,6 +205,9 @@ sleep 3 uuu fb: ucmd setenv fastboot_dev sata uuu fb: ucmd setenv fastboot_dev mmc +# Set fastboot buffer address to $loadaddr, just in case +uuu fb: ucmd setenv fastboot_buffer \${loadaddr} + # Update Linux part_update "linux" "${INSTALL_LINUX_FILENAME}"