From 56422047c0a102eb58e899257ba5fc8ad1c1f802 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Mon, 8 Jul 2019 22:46:55 +0200 Subject: platform-rpi, platform-v7a: kernel: version bump 5.1 -> 5.2 Linux 5.2 is out, so we update the kernel to the new version. The config is mostly oldconfiged with defaults, but we enable CONFIG_NULL_TTY and CONFIG_COUNTER. The OMAP hardware random number generator was applied in the upstream kernel, so we can remove it here. Signed-off-by: Robert Schwebel --- configs/platform-v7a/platformconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/platform-v7a/platformconfig') diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig index e482067..67a361a 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.1" -PTXCONF_KERNEL_MD5="15fbdff95ff98483069ac6e215b9f4f9" +PTXCONF_KERNEL_VERSION="5.2" +PTXCONF_KERNEL_MD5="ddf994de00d7b18395886dd9b30b9262" PTXCONF_KERNEL_ARCH_STRING="arm" # PTXCONF_KERNEL_IMAGE_BZ is not set PTXCONF_KERNEL_IMAGE_Z=y -- cgit v1.2.3