diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2019-05-07 11:44:00 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-10 10:09:58 -0700 |
commit | 437fcc4482cdf9e3629df463cedae45d4bf5044c (patch) | |
tree | c3231ccf9d53d20c5ccd45717208248ca8036e73 | |
parent | 36b0a8ca560193c3a2ec1c1e0799ed1dd4c56574 (diff) | |
download | meta-altera-437fcc4482cdf9e3629df463cedae45d4bf5044c.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>
-rw-r--r-- | conf/machine/stratix10.conf | 4 |
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 | ||
21 | KERNEL_DEVICETREE ?= "altera/socfpga_stratix10_socdk.dtb" | 21 | KERNEL_DEVICETREE ?= "altera/socfpga_stratix10_socdk.dtb" |
22 | 22 | ||
23 | # we do not want to have getty running on tty1 as we run | 23 | SERIAL_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 |
28 | IMAGE_BOOT_FILES ?= " \ | 26 | IMAGE_BOOT_FILES ?= " \ |