mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
nitrogen8mm: add uboot binary and upgrade script to boot part
In order to more easily update the uboot after flashing a yocto build, add the generated uboot binary and upgrade uboot script to the boot partition. Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
This commit is contained in:
parent
72ec822873
commit
c7337044e2
|
@ -61,11 +61,14 @@ DDR_FIRMWARE_NAME = "\
|
|||
lpddr4_pmu_train_2d_dmem.bin \
|
||||
"
|
||||
|
||||
# wic support
|
||||
WKS_FILE = "sdimage-bootpart.wks"
|
||||
IMAGE_BOOT_FILES_append = " \
|
||||
boot.scr-${MACHINE};boot.scr \
|
||||
upgrade.scr-${MACHINE};upgrade.scr \
|
||||
imx-boot;u-boot.${BOUNDARY_DEVICES_UBOOT_DEFCONFIG} \
|
||||
"
|
||||
|
||||
# wic support
|
||||
WKS_FILE = "sdimage-bootpart.wks"
|
||||
WKS_FILE_DEPENDS_mx8 += " \
|
||||
u-boot-script-boundary \
|
||||
e2fsprogs-native \
|
||||
|
|
Loading…
Reference in New Issue
Block a user