diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-10-18 02:15:57 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-17 22:48:39 +0000 |
commit | bedfc7169e85fc5d81b3d755d15a21bb22f95d53 (patch) | |
tree | 849337374c4b595b7af9b3e1dabc1f1db9fcd76a /conf | |
parent | b2d62f62bb6ecbb07577a0af9438bcaa017bf1da (diff) | |
download | meta-ti-bedfc7169e85fc5d81b3d755d15a21bb22f95d53.tar.gz |
beaglebone.conf: SERIAL_CONSOLE has been deprecated
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/beaglebone.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
11 | # Only has DVI connector for external screen | 11 | # Only has DVI connector for external screen |
12 | MACHINE_GUI_CLASS = "bigscreen" | 12 | MACHINE_GUI_CLASS = "bigscreen" |
13 | 13 | ||
14 | SERIAL_CONSOLE = "115200 ttyS0" | 14 | SERIAL_CONSOLES = "115200;ttyS0" |
15 | 15 | ||
16 | # fall back on generic am335x_evm_config for now | 16 | # fall back on generic am335x_evm_config for now |
17 | #UBOOT_MACHINE = "am335x_boneblack_config" | 17 | #UBOOT_MACHINE = "am335x_boneblack_config" |