From afdae87857e9fcd729e3b5fb72cbc41c74fd632d Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Thu, 22 Jul 2021 15:35:17 +0200 Subject: v7a: barebox: version bump v2021.05.0 → v2021.07.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit barebox v2021.07.0 now comes with support for first stage boot on the SAMA5D3. The SAMA5D3 has a v7a CPU but lacks NEON, so it doesn't make sense to enable for the v7a platform. Unfortunately, barebox master is upset if you don't build both sama5d2 and sama5d3 at the same time. Instead of working around this in the defconfig and enabling a board we don't need and may forget to disable, import a small patch. We should be able to drop this with v2021.08.0. Signed-off-by: Ahmad Fatoum Link: https://lore.pengutronix.de/20210722133520.17946-1-a.fatoum@pengutronix.de Signed-off-by: Robert Schwebel --- configs/platform-v7a/barebox-am335x-mlo.config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configs/platform-v7a/barebox-am335x-mlo.config') diff --git a/configs/platform-v7a/barebox-am335x-mlo.config b/configs/platform-v7a/barebox-am335x-mlo.config index e60609e..5c21445 100644 --- a/configs/platform-v7a/barebox-am335x-mlo.config +++ b/configs/platform-v7a/barebox-am335x-mlo.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Barebox/arm 2021.05.0 Configuration +# Barebox/arm 2021.07.0 Configuration # CONFIG_ARM=y CONFIG_ARM_USE_COMPRESSED_DTB=y @@ -217,6 +217,7 @@ CONFIG_OF_GPIO=y CONFIG_DRIVER_SERIAL_NS16550=y CONFIG_DRIVER_SERIAL_NS16550_OMAP_EXTENSIONS=y # CONFIG_DRIVER_SERIAL_CADENCE is not set +# CONFIG_SERIAL_SIFIVE is not set # end of serial drivers # @@ -295,6 +296,7 @@ CONFIG_MCI=y # --- MCI host drivers --- # # CONFIG_MCI_DW is not set +# CONFIG_MCI_ROCKCHIP_DWCMSHC is not set CONFIG_MCI_OMAP_HSMMC=y # CONFIG_MCI_ARASAN is not set # CONFIG_MCI_SPI is not set @@ -358,6 +360,7 @@ CONFIG_GPIOLIB=y # CONFIG_GPIO_GENERIC_PLATFORM is not set CONFIG_GPIO_OMAP=y # CONFIG_GPIO_DESIGNWARE is not set +# CONFIG_GPIO_SIFIVE is not set # end of GPIO # CONFIG_W1 is not set @@ -514,3 +517,5 @@ CONFIG_EXTRA_FIRMWARE_DIR="firmware" # # CONFIG_COMPILE_HOST_TOOLS is not set # end of Host Tools + +# CONFIG_TEST is not set -- cgit v1.2.3