summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platformconfig
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/platformconfig
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/platformconfig')
-rw-r--r--configs/platform-v7a/platformconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
index f9979ac..e482067 100644
--- a/configs/platform-v7a/platformconfig
+++ b/configs/platform-v7a/platformconfig
@@ -166,8 +166,8 @@ PTXCONF_CONSOLE_SPEED="115200"
# PTXCONF_AT91BOOTSTRAP2 is not set
PTXCONF_BAREBOX_COMMON_ARCH_STRING="arm"
PTXCONF_BAREBOX_COMMON=y
-PTXCONF_BAREBOX_COMMON_VERSION="2019.03.0"
-PTXCONF_BAREBOX_COMMON_MD5="0b6fd3f04cb3e26276ae3cc20eed1bd7"
+PTXCONF_BAREBOX_COMMON_VERSION="2019.06.1"
+PTXCONF_BAREBOX_COMMON_MD5="34fd5598c8dec39ae95a7a6032957213"
PTXCONF_BAREBOX_COMMON_NEEDS_HOST_LZOP=y
PTXCONF_BAREBOX_AM335X_MLO=y
PTXCONF_BAREBOX_AM335X=y