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/raspberrypi0-wifi.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/raspberrypi0-wifi.conf')
-rw-r--r-- | conf/machine/raspberrypi0-wifi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi0-wifi.conf b/conf/machine/raspberrypi0-wifi.conf index accdf3c..2f7dfae 100644 --- a/conf/machine/raspberrypi0-wifi.conf +++ b/conf/machine/raspberrypi0-wifi.conf | |||
@@ -13,5 +13,5 @@ MACHINE_EXTRA_RRECOMMENDS += "\ | |||
13 | 13 | ||
14 | SDIMG_KERNELIMAGE ?= "kernel.img" | 14 | SDIMG_KERNELIMAGE ?= "kernel.img" |
15 | UBOOT_MACHINE ?= "rpi_0_w_defconfig" | 15 | UBOOT_MACHINE ?= "rpi_0_w_defconfig" |
16 | SERIAL_CONSOLE ?= "115200 ttyS0" | 16 | SERIAL_CONSOLES ?= "115200 ttyS0" |
17 | VC4_CMA_SIZE ?= "cma-128" | 17 | VC4_CMA_SIZE ?= "cma-128" |