summaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi0-wifi.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-15 17:15:33 -0700
committerAndrei Gherzan <andrei@gherzan.com>2018-08-16 11:34:33 +0100
commit8218bec1301bb41fb54ae30327b089c48f2e3b2c (patch)
tree77dc8a877547b49f5912c885359b9fbc5dce5479 /conf/machine/raspberrypi0-wifi.conf
parentb660366a30fddff5f9de876239ac0aee00955134 (diff)
downloadmeta-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.conf2
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
14SDIMG_KERNELIMAGE ?= "kernel.img" 14SDIMG_KERNELIMAGE ?= "kernel.img"
15UBOOT_MACHINE ?= "rpi_0_w_defconfig" 15UBOOT_MACHINE ?= "rpi_0_w_defconfig"
16SERIAL_CONSOLE ?= "115200 ttyS0" 16SERIAL_CONSOLES ?= "115200 ttyS0"
17VC4_CMA_SIZE ?= "cma-128" 17VC4_CMA_SIZE ?= "cma-128"