diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-12 14:58:24 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-20 21:56:21 +0100 |
| commit | 5d412e616cc9250da84c7ac118d78703f6002560 (patch) | |
| tree | 5e2f7159c934a359c49c190bb3ed47f463ddaf05 | |
| parent | 740c64c9ad6e94ce79e3bfe31cb56db3ad69071f (diff) | |
| download | meta-raspberrypi-5d412e616cc9250da84c7ac118d78703f6002560.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" |
