summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2019-05-07 11:44:00 -0700
committerKhem Raj <raj.khem@gmail.com>2019-05-07 11:52:38 -0700
commit6920d133e5a689f035dee6abd12a1f7cc2f60991 (patch)
treefd2092bcdb886e4b8e3fda3ba69a397baa1dbf97 /conf/machine
parent6f98d5638effd1a4543cd8ea5a57307863d1fe4e (diff)
downloadmeta-altera-6920d133e5a689f035dee6abd12a1f7cc2f60991.tar.gz
stratix10: update machine conf to add serial consoles
Remove reference to auto-serial-console as it is in meta-linaro which is not needed. Add SERIAL_CONSOLES to enable a terminal on ttyS0. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/stratix10.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/stratix10.conf b/conf/machine/stratix10.conf
index 909df29..111bbed 100644
--- a/conf/machine/stratix10.conf
+++ b/conf/machine/stratix10.conf
@@ -20,9 +20,7 @@ KERNEL_IMAGETYPE = "Image"
20 20
21KERNEL_DEVICETREE ?= "altera/socfpga_stratix10_socdk.dtb" 21KERNEL_DEVICETREE ?= "altera/socfpga_stratix10_socdk.dtb"
22 22
23# we do not want to have getty running on tty1 as we run 23SERIAL_CONSOLES = "115200;ttyS0"
24# auto-serial-console there
25#USE_VT = "0"
26 24
27# Add variables for wic creation of sdcard image 25# Add variables for wic creation of sdcard image
28IMAGE_BOOT_FILES ?= " \ 26IMAGE_BOOT_FILES ?= " \