diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-08-15 17:15:33 -0700 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2018-08-16 11:34:33 +0100 |
| commit | 8218bec1301bb41fb54ae30327b089c48f2e3b2c (patch) | |
| tree | 77dc8a877547b49f5912c885359b9fbc5dce5479 /conf/machine/raspberrypi3.conf | |
| parent | b660366a30fddff5f9de876239ac0aee00955134 (diff) | |
| download | meta-raspberrypi-8218bec1301bb41fb54ae30327b089c48f2e3b2c.tar.gz | |
machines: Replace obsolete SERIAL_CONSOLE with SERIAL_CONSOLES
Fix #302
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/raspberrypi3.conf')
| -rw-r--r-- | conf/machine/raspberrypi3.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index 8b5cce5..253230d 100644 --- a/conf/machine/raspberrypi3.conf +++ b/conf/machine/raspberrypi3.conf | |||
| @@ -15,5 +15,5 @@ MACHINE_EXTRA_RRECOMMENDS += "\ | |||
| 15 | 15 | ||
| 16 | SDIMG_KERNELIMAGE ?= "kernel7.img" | 16 | SDIMG_KERNELIMAGE ?= "kernel7.img" |
| 17 | UBOOT_MACHINE = "rpi_3_32b_config" | 17 | UBOOT_MACHINE = "rpi_3_32b_config" |
| 18 | SERIAL_CONSOLE ?= "115200 ttyS0" | 18 | SERIAL_CONSOLES ?= "115200 ttyS0" |
| 19 | VC4_CMA_SIZE ?= "cma-256" | 19 | VC4_CMA_SIZE ?= "cma-256" |
