summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platformconfig
diff options
context:
space:
mode:
authorHolger Assmann <h.assmann@pengutronix.de>2020-08-10 17:27:29 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-08-10 17:30:45 +0200
commit5f532a52cf55c225814c8a6fb736352f0ad5a55d (patch)
treec6575a7d58d9974ae6dd94deda8cba82fc6dcd1f /configs/platform-v7a/platformconfig
parent7ed34e904905b3af127aef3ae69469ef6e7bd068 (diff)
downloadDistroKit-5f532a52cf55c225814c8a6fb736352f0ad5a55d.tar.gz
DistroKit-5f532a52cf55c225814c8a6fb736352f0ad5a55d.tar.xz
platform-v7a: kernel version bump 5.6.2 -> 5.8
The latest kernel release now contains the device trees for the Linux Automation MC-1. We can thus drop them from the BSP. On the Kconfig front, we dropped CONFIG_MMC_OMAP(_HS) in favor of CONFIG_MMC_SDHCI_OMAP. For a while now, Linux has had a sdhci-omap driver for TI's OMAP SoCs making use of the SDHCI core library. This was in addition to the older omap-hsmmc driver, which didn't. Linux commit 0b4edf11187 ("ARM: dts: Move am33xx and am43xx mmc nodes tosdhci-omap driver") first included in v5.8 changes the device tree compatible of the mmc nodes on the am33xx and am43xx SoCs away from the omap-hsmmc to the SDHCI driver. Add the new compatibles, so we aren't broken by the change. Co-authored-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Holger Assmann <h.assmann@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 53cad9a..4332513 100644
--- a/configs/platform-v7a/platformconfig
+++ b/configs/platform-v7a/platformconfig
@@ -111,8 +111,8 @@ PTXCONF_KERNEL_INSTALL=y
PTXCONF_KERNEL_MODULES=y
PTXCONF_KERNEL_MODULES_INSTALL=y
PTXCONF_KERNEL_MODULES_BUILD="modules"
-PTXCONF_KERNEL_VERSION="5.6.2"
-PTXCONF_KERNEL_MD5="8b96e9e8eff865ff84a23b4f858dafa1"
+PTXCONF_KERNEL_VERSION="5.8"
+PTXCONF_KERNEL_MD5="0e5c4c15266218ef26c50fac0016095b"
# PTXCONF_KERNEL_IMAGE_BZ is not set
PTXCONF_KERNEL_IMAGE_Z=y
# PTXCONF_KERNEL_IMAGE_XIP is not set