summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-07-12 14:58:24 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-20 21:56:21 +0100
commit5d412e616cc9250da84c7ac118d78703f6002560 (patch)
tree5e2f7159c934a359c49c190bb3ed47f463ddaf05
parent740c64c9ad6e94ce79e3bfe31cb56db3ad69071f (diff)
downloadmeta-raspberrypi-5d412e616cc9250da84c7ac118d78703f6002560.tar.gz
raspberrypi4.conf: Define uboot defconfig
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/raspberrypi4.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi4.conf b/conf/machine/raspberrypi4.conf
index 22938eb..ebc506e 100644
--- a/conf/machine/raspberrypi4.conf
+++ b/conf/machine/raspberrypi4.conf
@@ -12,6 +12,7 @@ MACHINE_EXTRA_RRECOMMENDS += "\
12" 12"
13 13
14SDIMG_KERNELIMAGE ?= "kernel7.img" 14SDIMG_KERNELIMAGE ?= "kernel7.img"
15UBOOT_MACHINE = "rpi_4_32b_config"
15SERIAL_CONSOLES ?= "115200;ttyS0" 16SERIAL_CONSOLES ?= "115200;ttyS0"
16 17
17MACHINE_FEATURES_append = " vc4graphics" 18MACHINE_FEATURES_append = " vc4graphics"