From 595e4f4307fc94873b598e0152c0e5febc45b3a2 Mon Sep 17 00:00:00 2001 From: Chris Dimich Date: Mon, 8 Aug 2022 11:36:59 -0700 Subject: [PATCH] nitrogen6sx: add required uboot variables for u-boot-boundary Signed-off-by: Chris Dimich --- conf/machine/nitrogen6sx.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/machine/nitrogen6sx.conf b/conf/machine/nitrogen6sx.conf index 1270248..816707d 100644 --- a/conf/machine/nitrogen6sx.conf +++ b/conf/machine/nitrogen6sx.conf @@ -14,8 +14,9 @@ include conf/machine/include/tune-cortexa9.inc KERNEL_DEVICETREE = "imx6sx-nitrogen6sx.dtb" KERNEL_IMAGETYPE = "zImage" -PREFERRED_PROVIDER_u-boot ??= "u-boot-boundary" -PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-boundary" +IMX_DEFAULT_BOOTLOADER = "u-boot-boundary" +UBOOT_SUFFIX = "imx" +UBOOT_BINARY = "u-boot.${UBOOT_SUFFIX}" PREFERRED_PROVIDER_virtual/kernel ??= "linux-boundary" PREFERRED_PROVIDER_virtual/kernel_use-mainline-bsp ??= "linux-fslc"