summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/raspberrypi4.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi4.conf b/conf/machine/raspberrypi4.conf
index ebc506e..b4fd271 100644
--- a/conf/machine/raspberrypi4.conf
+++ b/conf/machine/raspberrypi4.conf
@@ -11,7 +11,8 @@ MACHINE_EXTRA_RRECOMMENDS += "\
11 bluez-firmware-rpidistro-bcm4345c0-hcd \ 11 bluez-firmware-rpidistro-bcm4345c0-hcd \
12" 12"
13 13
14SDIMG_KERNELIMAGE ?= "kernel7.img" 14# 'l' stands for LPAE
15SDIMG_KERNELIMAGE ?= "kernel7l.img"
15UBOOT_MACHINE = "rpi_4_32b_config" 16UBOOT_MACHINE = "rpi_4_32b_config"
16SERIAL_CONSOLES ?= "115200;ttyS0" 17SERIAL_CONSOLES ?= "115200;ttyS0"
17 18