installer-media: restore INSTALL_UBOOT_FILENAME variable
Commit ac69566ecd mistakenly removed
the command of cc9, cc8x, and cc8m media installers that sets the
variable that contains the U-Boot file to install.
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
https://onedigi.atlassian.net/browse/DEL-9720
This commit is contained in:
parent
1e726ebcf5
commit
9bf8359a3d
|
|
@ -7,6 +7,7 @@
|
|||
install_abort=0
|
||||
BASEFILENAME=0
|
||||
|
||||
setenv INSTALL_UBOOT_FILENAME imx-boot-##MACHINE##.bin
|
||||
setenv INSTALL_MEDIA_INDEX ##INSTALL_MEDIA_INDEX##
|
||||
setenv INSTALL_MEDIA ##INSTALL_MEDIA##
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ fi
|
|||
# the necessary logic to choose the correct imx-boot file for the target's SOC.
|
||||
setenv skip-uboot-check "yes"
|
||||
|
||||
setenv INSTALL_UBOOT_FILENAME imx-boot-##MACHINE##-${soc_rev}.bin
|
||||
setenv INSTALL_MEDIA_INDEX ##INSTALL_MEDIA_INDEX##
|
||||
setenv INSTALL_MEDIA ##INSTALL_MEDIA##
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ if test "${soc_type}" = "imx93"; then
|
|||
fi
|
||||
fi
|
||||
|
||||
setenv INSTALL_UBOOT_FILENAME imx-boot-##MACHINE##${SOCREV}.bin
|
||||
setenv INSTALL_MEDIA_INDEX ##INSTALL_MEDIA_INDEX##
|
||||
setenv INSTALL_MEDIA ##INSTALL_MEDIA##
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue