diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 01f2425..7b66fd1 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
@@ -19,6 +19,7 @@ KBUILD_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" | |||
19 | KBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig" | 19 | KBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig" |
20 | KBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig" | 20 | KBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig" |
21 | KBUILD_DEFCONFIG_raspberrypi3-64 ?= "bcmrpi3_defconfig" | 21 | KBUILD_DEFCONFIG_raspberrypi3-64 ?= "bcmrpi3_defconfig" |
22 | KBUILD_DEFCONFIG_raspberrypi4 ?= "bcm2711_defconfig" | ||
22 | 23 | ||
23 | # CMDLINE for raspberrypi | 24 | # CMDLINE for raspberrypi |
24 | SERIAL = "${@oe.utils.conditional("ENABLE_UART", "1", "console=serial0,115200", "", d)}" | 25 | SERIAL = "${@oe.utils.conditional("ENABLE_UART", "1", "console=serial0,115200", "", d)}" |