nitrogen8mp: 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:
Chris Dimich 2021-02-25 21:01:38 -08:00 committed by Otavio Salvador
parent d73290298b
commit 6f93e53e9b

View File

@ -51,6 +51,8 @@ DDR_FIRMWARE_NAME = "\
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} \
"
WKS_FILE_DEPENDS_mx8 += " \
u-boot-script-boundary \