diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-12 14:58:24 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-16 13:38:41 +0100 |
commit | 15a4849b2c7bed3d3d447c7208b2b68a720a1256 (patch) | |
tree | 2655f1dd37e35be3b6ada1916c483df34d4b7bc7 | |
parent | 2a9cedc2f6a59db868942c208b4f0195ae822746 (diff) | |
download | meta-raspberrypi-15a4849b2c7bed3d3d447c7208b2b68a720a1256.tar.gz |
raspberrypi4.conf: Define uboot defconfig
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | conf/machine/raspberrypi4.conf | 1 |
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 | ||
14 | SDIMG_KERNELIMAGE ?= "kernel7.img" | 14 | SDIMG_KERNELIMAGE ?= "kernel7.img" |
15 | UBOOT_MACHINE = "rpi_4_32b_config" | ||
15 | SERIAL_CONSOLES ?= "115200;ttyS0" | 16 | SERIAL_CONSOLES ?= "115200;ttyS0" |
16 | 17 | ||
17 | MACHINE_FEATURES_append = " vc4graphics" | 18 | MACHINE_FEATURES_append = " vc4graphics" |