summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-mx6.config.diff
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-07-09 00:39:49 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-07-09 08:05:24 +0200
commitbf6859d3f6d9fa3945dee4132ce1e2127b523e5e (patch)
tree7d9abd80df5a33af6545393c95a04a8578a2d7ec /configs/platform-v7a/barebox-mx6.config.diff
parent3556610e5b6e218e0fe9764edacc57231d651e95 (diff)
downloadDistroKit-bf6859d3f6d9fa3945dee4132ce1e2127b523e5e.tar.gz
DistroKit-bf6859d3f6d9fa3945dee4132ce1e2127b523e5e.tar.xz
v7a: barebox: version bump 2019.03.0 -> 2019.06.1
Just a simple oldconfig with default values for all variants with the help of ./scripts/update-diffs-v7a.sh. Changes in config symbols: * BAREBOX_MAX_PBLX_SIZE was removed in v2019.04.0 because pblx was removed. The maximum file size is now instead determined by BAREBOX_MAX_IMAGE_SIZE. [1] * The m25p80 driver was refactored to use the spi_mem API [2] (affects am355x and mx6) * The ARMv8 clocksource can now also work with ARMv7 timers, so it is auto-enabled by kconfig since barebox v2019.05.0. [3] * GPIO_BCM283X was replaced by PINCTRL_BCM283X in v2019.04.0. [4] * CRC16 was replaced by CRC_ITU_T in v2019.04.0 [5], but since it has no prompt in the menu and it is actually not selected by anyone except on am335x-mlo, it now stays disabled in the other variants. Relevant barebox commits: [1]: 9e72ea7a006cd0931913 ("images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceeded" [2]: 80b6b874944d7982e6c7 ("mtd: devices: m25p80: use the spi_mem_xx() API") [3]: dece707522434d5c8eb3 ("clocksource: Enable architected timer support for CPU_V7") [4]: be717102c8ba2d0ea022 ("pinctrl: bcm2835: move existing code from gpio.") [5]: 74de1afbd2ed4262d410 ("crc: import crc_itu_t() from kernel") Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/barebox-mx6.config.diff')
-rw-r--r--configs/platform-v7a/barebox-mx6.config.diff10
1 files changed, 8 insertions, 2 deletions
diff --git a/configs/platform-v7a/barebox-mx6.config.diff b/configs/platform-v7a/barebox-mx6.config.diff
index 0d6787d..81c7634 100644
--- a/configs/platform-v7a/barebox-mx6.config.diff
+++ b/configs/platform-v7a/barebox-mx6.config.diff
@@ -1,4 +1,4 @@
-c20722800c30a40b29690bb8e12f2781
+c3c686967b6e3f09f46f21b858ef15c4
# CONFIG_ARCH_BCM283X is not set
CONFIG_ARCH_HAS_FEC_IMX=y
CONFIG_ARCH_HAS_IMX_GPT=y
@@ -48,6 +48,7 @@ CONFIG_DISK_INTF_PLATFORM_IDE=y
CONFIG_DISK_PATA_IMX=y
CONFIG_DRIVER_NET_FEC_IMX=y
CONFIG_DRIVER_SERIAL_IMX=y
+# CONFIG_DRIVER_SPI_FSL_QUADSPI is not set
CONFIG_DRIVER_SPI_IMX=y
CONFIG_DRIVER_SPI_IMX_2_3=y
# CONFIG_DRIVER_VIDEO_BACKLIGHT is not set
@@ -65,7 +66,6 @@ CONFIG_FS_UBIFS=y
CONFIG_FS_UBIFS_COMPRESSION_LZO=y
# CONFIG_FS_UBIFS_COMPRESSION_ZLIB is not set
CONFIG_GENERIC_PHY=y
-# CONFIG_GPIO_BCM283X is undefined
CONFIG_GPIO_IMX=y
# CONFIG_GPIO_PL061 is undefined
# CONFIG_HABV4 is not set
@@ -113,10 +113,12 @@ CONFIG_MACH_NITROGEN6=y
# CONFIG_MACH_PCM038 is not set
# CONFIG_MACH_PHYTEC_PHYCORE_IMX7 is not set
# CONFIG_MACH_PHYTEC_SOM_IMX6 is not set
+# CONFIG_MACH_PHYTEC_SOM_IMX8MQ is not set
# CONFIG_MACH_REALQ7 is not set
# CONFIG_MACH_RPI2 is undefined
# CONFIG_MACH_RPI3 is undefined
# CONFIG_MACH_RPI is undefined
+# CONFIG_MACH_RPI_CM3 is undefined
# CONFIG_MACH_RPI_COMMON is undefined
CONFIG_MACH_SABRELITE=y
# CONFIG_MACH_SABRESD is not set
@@ -139,6 +141,7 @@ CONFIG_MACH_UDOO_NEO=y
# CONFIG_MACH_ZII_RDU2 is not set
# CONFIG_MACH_ZII_VF610_DEV is not set
# CONFIG_MCI_BCM283X is undefined
+# CONFIG_MCI_BCM283X_SDHOST is undefined
CONFIG_MCI_IMX_ESDHC=y
# CONFIG_MCI_IMX_ESDHC_PIO is not set
# CONFIG_MCI_MMCI is undefined
@@ -181,7 +184,9 @@ CONFIG_PARTITION_DISK_EFI_GPT_COMPARE=y
CONFIG_PARTITION_DISK_EFI_GPT_NO_FORCE=y
# CONFIG_PCI is not set
# CONFIG_PCI_IMX6 is not set
+# CONFIG_PHY_FSL_IMX8MQ_USB is not set
# CONFIG_PICOPNG is not set
+# CONFIG_PINCTRL_BCM283X is undefined
CONFIG_PINCTRL_IMX_IOMUX_V3=y
CONFIG_PNG=y
CONFIG_PRINTF_UUID=y
@@ -194,6 +199,7 @@ CONFIG_REGULATOR_FIXED=y
CONFIG_RESET_IMX_SRC=y
# CONFIG_SERIAL_AMBA_PL011 is undefined
# CONFIG_SPI_CADENCE_QUADSPI is not set
+CONFIG_SPI_MEM=y
CONFIG_STMP_DEVICE=y
CONFIG_THUMB2_BAREBOX=y
CONFIG_UBIFORMAT=y