From 8218bec1301bb41fb54ae30327b089c48f2e3b2c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 15 Aug 2018 17:15:33 -0700 Subject: machines: Replace obsolete SERIAL_CONSOLE with SERIAL_CONSOLES Fix #302 Signed-off-by: Khem Raj --- conf/machine/raspberrypi0-wifi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/raspberrypi0-wifi.conf') 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 += "\ SDIMG_KERNELIMAGE ?= "kernel.img" UBOOT_MACHINE ?= "rpi_0_w_defconfig" -SERIAL_CONSOLE ?= "115200 ttyS0" +SERIAL_CONSOLES ?= "115200 ttyS0" VC4_CMA_SIZE ?= "cma-128" -- cgit v1.2.3-54-g00ecf