diff mbox series

[2/2] arm-bsp/fvp-base: remove u-boot version pinning

Message ID 20230525182615.515627-2-ross.burton@arm.com
State New
Headers show
Series [1/2] arm/lib/fvp: remove redundant trailing commas | expand

Commit Message

Ross Burton May 25, 2023, 6:26 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

The fvp-base machine only has minimal patches, so should be good to
always track the latest release of u-boot.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm-bsp/conf/machine/fvp-base.conf | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-arm-bsp/conf/machine/fvp-base.conf b/meta-arm-bsp/conf/machine/fvp-base.conf
index bc29e888..39d6e68b 100644
--- a/meta-arm-bsp/conf/machine/fvp-base.conf
+++ b/meta-arm-bsp/conf/machine/fvp-base.conf
@@ -9,8 +9,6 @@  require conf/machine/include/arm/arch-armv8a.inc
 
 TUNE_FEATURES = "aarch64"
 
-PREFERRED_VERSION_u-boot ?= "2023.01"
-
 # FVP u-boot configuration
 UBOOT_MACHINE = "vexpress_aemv8a_semi_defconfig"