summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-mx6.config
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-07-22 15:35:17 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-07-22 16:30:40 +0200
commitafdae87857e9fcd729e3b5fb72cbc41c74fd632d (patch)
tree560a03422c90ed5ee2bda748982c0cd220cee2de /configs/platform-v7a/barebox-mx6.config
parentd1b543d41f402b27c58a415da256662ff4c61f8a (diff)
downloadDistroKit-afdae87857e9fcd729e3b5fb72cbc41c74fd632d.tar.gz
DistroKit-afdae87857e9fcd729e3b5fb72cbc41c74fd632d.tar.xz
v7a: barebox: version bump v2021.05.0 → v2021.07.0
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 <a.fatoum@pengutronix.de> Link: https://lore.pengutronix.de/20210722133520.17946-1-a.fatoum@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/barebox-mx6.config')
-rw-r--r--configs/platform-v7a/barebox-mx6.config11
1 files changed, 9 insertions, 2 deletions
diff --git a/configs/platform-v7a/barebox-mx6.config b/configs/platform-v7a/barebox-mx6.config
index 74ae229..2c12ff1 100644
--- a/configs/platform-v7a/barebox-mx6.config
+++ b/configs/platform-v7a/barebox-mx6.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_LINUX=y
@@ -77,6 +77,7 @@ CONFIG_IMX_MULTI_BOARDS=y
# CONFIG_MACH_TX53 is not set
# CONFIG_MACH_PHYTEC_SOM_IMX6 is not set
# CONFIG_MACH_PROTONIC_IMX6 is not set
+# CONFIG_MACH_PROTONIC_IMX8M is not set
# CONFIG_MACH_KONTRON_SAMX6I is not set
# CONFIG_MACH_DFI_FS700_M60 is not set
# CONFIG_MACH_GUF_SANTARO is not set
@@ -168,7 +169,6 @@ CONFIG_UIMAGE=y
CONFIG_LOGBUF=y
CONFIG_STDDEV=y
CONFIG_MENUTREE=y
-CONFIG_FILE_LIST=y
CONFIG_BAREBOX_UPDATE_IMX_NAND_FCB=y
CONFIG_UBIFORMAT=y
CONFIG_USBGADGET_START=y
@@ -245,7 +245,9 @@ CONFIG_BOOTM_OFTREE_UIMAGE=y
# CONFIG_BOOTM_FITIMAGE is not set
CONFIG_BLSPEC=y
CONFIG_FLEXIBLE_BOOTARGS=y
+# CONFIG_MMCBLKDEV_ROOTARG is not set
CONFIG_BAREBOX_UPDATE=y
+# CONFIG_SYSTEM_PARTITIONS is not set
CONFIG_IMD=y
# CONFIG_IMD_TARGET is not set
# CONFIG_KERNEL_INSTALL_TARGET is not set
@@ -551,6 +553,7 @@ CONFIG_ARM_AMBA=y
CONFIG_DRIVER_SERIAL_IMX=y
# CONFIG_DRIVER_SERIAL_NS16550 is not set
# CONFIG_DRIVER_SERIAL_CADENCE is not set
+# CONFIG_SERIAL_SIFIVE is not set
# end of serial drivers
CONFIG_ARCH_HAS_FEC_IMX=y
@@ -751,6 +754,7 @@ CONFIG_MCI_MMC_BOOT_PARTITIONS=y
# --- MCI host drivers ---
#
# CONFIG_MCI_DW is not set
+# CONFIG_MCI_ROCKCHIP_DWCMSHC is not set
CONFIG_MCI_IMX_ESDHC=y
# CONFIG_MCI_IMX_ESDHC_PIO is not set
# CONFIG_MCI_MMCI is not set
@@ -855,6 +859,7 @@ CONFIG_GPIO_IMX=y
# CONFIG_GPIO_PL061 is not set
# CONFIG_GPIO_DESIGNWARE is not set
# CONFIG_GPIO_SX150X is not set
+# CONFIG_GPIO_SIFIVE is not set
# end of GPIO
# CONFIG_W1 is not set
@@ -1072,3 +1077,5 @@ CONFIG_EXTRA_FIRMWARE_DIR="firmware"
# CONFIG_COMPILE_HOST_TOOLS is not set
# CONFIG_ARCH_IMX_USBLOADER is not set
# end of Host Tools
+
+# CONFIG_TEST is not set