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-stm32mp.config.diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/platform-v7a/barebox-stm32mp.config.diff') diff --git a/configs/platform-v7a/barebox-stm32mp.config.diff b/configs/platform-v7a/barebox-stm32mp.config.diff index cc9399f..4650a52 100644 --- a/configs/platform-v7a/barebox-stm32mp.config.diff +++ b/configs/platform-v7a/barebox-stm32mp.config.diff @@ -1,4 +1,4 @@ -6b419fc845318242cfb0fda6f05c56d1 +16fa9fc0a362b865332f662c12ee79f6 # CONFIG_ARCH_BCM283X is not set CONFIG_ARCH_HAS_RESET_CONTROLLER=y CONFIG_ARCH_NR_GPIO=416 @@ -40,6 +40,7 @@ CONFIG_CRC8=y CONFIG_DEFAULT_LOGLEVEL=7 # CONFIG_DRIVER_CFI is undefined CONFIG_DRIVER_NET_DESIGNWARE_EQOS=y +# CONFIG_DRIVER_NET_DESIGNWARE_ROCKCHIP is not set CONFIG_DRIVER_NET_DESIGNWARE_STM32=y # CONFIG_DRIVER_NET_DESIGNWARE_TEGRA186 is not set # CONFIG_DRIVER_NET_ENC28J60 is undefined @@ -48,7 +49,6 @@ CONFIG_DRIVER_SERIAL_STM32=y # CONFIG_DRIVER_SPI_GPIO is undefined CONFIG_EEPROM_AT24=y # CONFIG_EEPROM_AT25 is undefined -# CONFIG_FILE_LIST is undefined CONFIG_FIRMWARE=y # CONFIG_FIRMWARE_ALTERA_SERIAL is undefined # CONFIG_FS_JFFS2 is undefined -- cgit v1.2.3