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 <Gonzalo.Ruiz@digi.com>
This commit is contained in:
Gonzalo Ruiz 2021-07-06 18:12:08 +02:00
parent 7076d9f24e
commit 534df51e1c
1 changed files with 3 additions and 0 deletions

View File

@ -205,6 +205,9 @@ sleep 3
uuu fb: ucmd setenv fastboot_dev sata uuu fb: ucmd setenv fastboot_dev sata
uuu fb: ucmd setenv fastboot_dev mmc 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 # Update Linux
part_update "linux" "${INSTALL_LINUX_FILENAME}" part_update "linux" "${INSTALL_LINUX_FILENAME}"