configs/amarula_vyasa_rk3288: bump Linux version to 5.11
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Fri, 2 Apr 2021 22:20:38 +0000 (00:20 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 3 Apr 2021 13:47:15 +0000 (15:47 +0200)
Bump Linux and headers version to 5.11

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/amarula_vyasa_rk3288_defconfig

index 34035892536f2bed98a5f50df5cfa0cf34bdee56..3b12da077cb5bac987af7c1993f5aee0f0323ce9 100644 (file)
@@ -3,8 +3,8 @@ BR2_arm=y
 BR2_cortex_a17=y
 BR2_ARM_FPU_NEON_VFPV4=y
 
-# Linux headers same as kernel, a 5.0 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
+# Linux headers same as kernel, a 5.11 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_11=y
 
 # Bootloader
 BR2_TARGET_UBOOT=y
@@ -22,7 +22,7 @@ BR2_TARGET_UBOOT_SPL_NAME="spl/u-boot-spl-dtb.bin tpl/u-boot-tpl.bin"
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.11"
 BR2_LINUX_KERNEL_DEFCONFIG="multi_v7"
 BR2_LINUX_KERNEL_UIMAGE=y
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x02000000"