From 88334e166432e7bc5fd7f857ade8f59aaecabba9 Mon Sep 17 00:00:00 2001 From: Arunachalam Ganapathy Date: Fri, 21 Jan 2022 11:56:42 +0000 Subject: [PATCH] arm-bsp: Set preferred u-boot version to 2021.10 for TC Signed-off-by: Arunachalam Ganapathy Change-Id: I1c814cdbcff158f70910cafb4cbd0656271acaef Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/include/tc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm-bsp/conf/machine/include/tc.inc b/meta-arm-bsp/conf/machine/include/tc.inc index abdbfd3d..71cb17cd 100644 --- a/meta-arm-bsp/conf/machine/include/tc.inc +++ b/meta-arm-bsp/conf/machine/include/tc.inc @@ -6,6 +6,7 @@ MACHINEOVERRIDES =. "tc:" # Das U-boot UBOOT_MACHINE ?= "total_compute_defconfig" +PREFERRED_VERSION_u-boot ?= "2021.10" UBOOT_RD_LOADADDRESS = "0x88000000" UBOOT_RD_ENTRYPOINT = "0x88000000" UBOOT_LOADADDRESS = "0x80080000"