u-boot-toradex: build nand padded binary

Completes 174762ee25 for colibri-vf.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
Max Krummenacher 2020-03-28 18:22:30 +01:00 committed by Otavio Salvador
parent cda11dc260
commit 70b0915b8c
2 changed files with 6 additions and 2 deletions

View File

@ -27,8 +27,8 @@ PREFERRED_PROVIDER_virtual/kernel-module-mcc-dev ?= "kernel-module-mcc-toradex"
PREFERRED_VERSION_mqxboot ?= "1.%"
# U-Boot NAND binary includes 0x400 padding required for NAND boot
UBOOT_BINARY ?= "u-boot-nand.imx"
UBOOT_MAKE_TARGET = "u-boot-nand.imx"
UBOOT_BINARY = "u-boot-nand.imx"
UBOOT_MAKE_TARGET = "u-boot.imx"
UBOOT_MACHINE ?= "colibri_vf_defconfig"
IMAGE_FSTYPES += "tar.xz ubifs"

View File

@ -23,3 +23,7 @@ do_compile_append_colibri-imx6ull () {
do_compile_append_colibri-imx7 () {
nand_padding
}
do_compile_append_colibri-vf () {
nand_padding
}