diff options
author | Björn Esser <b.esser@pengutronix.de> | 2019-09-16 12:04:48 +0200 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2019-09-16 12:12:12 +0200 |
commit | cff851d90a1e5937dd72590b7c6640f5d07f8979 (patch) | |
tree | 70b5d508ea145e1cee0a8a7c44a52b806683aca6 /configs/platform-v8a/platformconfig | |
parent | 03324109d6034e3b02ecd1b3c65a9abcdc89ec9e (diff) | |
download | DistroKit-cff851d90a1e5937dd72590b7c6640f5d07f8979.tar.gz DistroKit-cff851d90a1e5937dd72590b7c6640f5d07f8979.tar.xz |
platform-{rpi,v[78]a}: kernel: Update to 5.3
Linux 5.3 is out, so we update the kernel to the new version.
The config is oldconfiged with defaults.
Signed-off-by: Björn Esser <b.esser@pengutronix.de>
Diffstat (limited to 'configs/platform-v8a/platformconfig')
-rw-r--r-- | configs/platform-v8a/platformconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig index 75b3f7e..8b71df3 100644 --- a/configs/platform-v8a/platformconfig +++ b/configs/platform-v8a/platformconfig @@ -109,8 +109,8 @@ PTXCONF_KERNEL_INSTALL=y PTXCONF_KERNEL_MODULES=y PTXCONF_KERNEL_MODULES_INSTALL=y PTXCONF_KERNEL_MODULES_BUILD="modules" -PTXCONF_KERNEL_VERSION="4.14" -PTXCONF_KERNEL_MD5="bacdb9ffdcd922aa069a5e1520160e24" +PTXCONF_KERNEL_VERSION="5.3" +PTXCONF_KERNEL_MD5="c99feaade8047339528fb066ec5f8a49" PTXCONF_KERNEL_ARCH_STRING="arm64" # PTXCONF_KERNEL_IMAGE_BZ is not set # PTXCONF_KERNEL_IMAGE_Z is not set |