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:
parent
7076d9f24e
commit
534df51e1c
|
|
@ -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}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue