summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-rpi2.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-rpi2.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-rpi2.config.diff')
-rw-r--r--configs/platform-v7a/barebox-rpi2.config.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/platform-v7a/barebox-rpi2.config.diff b/configs/platform-v7a/barebox-rpi2.config.diff
index 528e15c..3445342 100644
--- a/configs/platform-v7a/barebox-rpi2.config.diff
+++ b/configs/platform-v7a/barebox-rpi2.config.diff
@@ -1,13 +1,13 @@
-c20722800c30a40b29690bb8e12f2781
+c3c686967b6e3f09f46f21b858ef15c4
CONFIG_DRIVER_SERIAL_NS16550=y
# CONFIG_EEPROM_93XX46 is not set
-CONFIG_GPIO_BCM283X=y
CONFIG_MACH_RPI2=y
CONFIG_MALLOC_SIZE=0x400000
CONFIG_MCI_BCM283X=y
CONFIG_MCI_MMC_BOOT_PARTITIONS=y
CONFIG_NVMEM=y
# CONFIG_NVMEM_SNVS_LPGPR is not set
+CONFIG_PINCTRL_BCM283X=y
CONFIG_PROMPT="R-Pi> "
CONFIG_SERIAL_AMBA_PL011=y
CONFIG_WATCHDOG_BCM2835=y