From bedfc7169e85fc5d81b3d755d15a21bb22f95d53 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 18 Oct 2018 02:15:57 +0000 Subject: beaglebone.conf: SERIAL_CONSOLE has been deprecated Signed-off-by: Khem Raj Signed-off-by: Denys Dmytriyenko --- conf/machine/beaglebone.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf index 25147926..9aeb2992 100644 --- a/conf/machine/beaglebone.conf +++ b/conf/machine/beaglebone.conf @@ -11,7 +11,7 @@ KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblue.dtb \ # Only has DVI connector for external screen MACHINE_GUI_CLASS = "bigscreen" -SERIAL_CONSOLE = "115200 ttyS0" +SERIAL_CONSOLES = "115200;ttyS0" # fall back on generic am335x_evm_config for now #UBOOT_MACHINE = "am335x_boneblack_config" -- cgit v1.2.3-54-g00ecf