nitrogen8mm: update uboot binary to rev2

Most people are using rev2, so update the uboot binary.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
This commit is contained in:
Chris Dimich 2021-01-26 14:54:08 -08:00 committed by Otavio Salvador
parent d46200f435
commit 1738e559d8

View File

@ -32,11 +32,11 @@ PREFERRED_PROVIDER_u-boot ??= "u-boot-boundary"
PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-boundary"
PREFERRED_PROVIDER_imx-atf ??= "imx-atf-boundary"
SPL_BINARY = "spl/u-boot-spl.bin"
UBOOT_DTB_NAME ?= "imx8mm-nitrogen8mm.dtb"
UBOOT_DTB_NAME ?= "imx8mm-nitrogen8mm_rev2.dtb"
UBOOT_MAKE_TARGET = ""
UBOOT_SUFFIX = "bin"
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "nitrogen8mm_2g_defconfig,sdcard"
UBOOT_CONFIG[sd] = "nitrogen8mm_rev2_2g_defconfig,sdcard"
# Set ATF platform name
ATF_PLATFORM = "imx8mm"