diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-03 14:02:09 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-04 15:47:13 +0100 |
| commit | f027daf51dd86bb84afbfe4c47b9ced41c311a76 (patch) | |
| tree | 9632102083ba1944b056ec6bcfeb63b30d9d3645 | |
| parent | 62ff6dcd57d5952116cc66107ab5bb673d551080 (diff) | |
| download | meta-raspberrypi-f027daf51dd86bb84afbfe4c47b9ced41c311a76.tar.gz | |
linux-raspberrypi.inc: Explicitly set defconfig for raspberrypi4-64
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| -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 7b66fd1..e20bfef 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
| @@ -20,6 +20,7 @@ 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 | KBUILD_DEFCONFIG_raspberrypi4 ?= "bcm2711_defconfig" |
| 23 | KBUILD_DEFCONFIG_raspberrypi4-64 ?= "bcm2711_defconfig" | ||
| 23 | 24 | ||
| 24 | # CMDLINE for raspberrypi | 25 | # CMDLINE for raspberrypi |
| 25 | SERIAL = "${@oe.utils.conditional("ENABLE_UART", "1", "console=serial0,115200", "", d)}" | 26 | SERIAL = "${@oe.utils.conditional("ENABLE_UART", "1", "console=serial0,115200", "", d)}" |
