From 1d84e5419f509c984efcf5d81e1d7a25aff51c1c Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 19 Feb 2020 11:43:45 +0100 Subject: v7a: barebox: version bump 2020.01.0 -> 2020.02.0 barebox v2020.02.0 has just been released. Drop the now upstream rpi patches, oldconfig the configs and use it. As seen in the config diffs, two of our configuration options have changed with this release: CONFIG_CLOCKSOURCE_ARMV8_TIMER=y: barebox support for ARMv7 (and ARMv8) architected timers on >= ARMv7 has now been reenabled. This should improve clocksource accuracy on the rpi3 and vexpress. The name will be changed to indicate that it's not ARMv8 specific in v2020.03.0. CONFIG_DEFAULT_ENVIRONMENT=n in am335x-mlo: This symbol became selectable even without CONFIG_ENV_HANDLING. We didn't use the environment before for this configuration, so we probably don't want to start now, so this is left disabled. Signed-off-by: Ahmad Fatoum --- configs/platform-v7a/barebox-vexpress.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/platform-v7a/barebox-vexpress.config') diff --git a/configs/platform-v7a/barebox-vexpress.config b/configs/platform-v7a/barebox-vexpress.config index 2c85770..f21828a 100644 --- a/configs/platform-v7a/barebox-vexpress.config +++ b/configs/platform-v7a/barebox-vexpress.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Barebox/arm 2020.01.0-20200114-1 Configuration +# Barebox/arm 2020.02.0 Configuration # CONFIG_ARM=y CONFIG_ARM_LINUX=y @@ -581,6 +581,7 @@ CONFIG_COMMON_CLK_OF_PROVIDER=y # CONFIG_AMBA_SP804=y CONFIG_CLOCKSOURCE_DUMMY_RATE=1000 +CONFIG_CLOCKSOURCE_ARMV8_TIMER=y # CONFIG_CLOCKSOURCE_DW_APB_TIMER is not set # end of Clocksource -- cgit v1.2.3