summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fri2/conf/machine/fri2-noemgd.conf1
-rw-r--r--meta-fri2/conf/machine/fri2.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf b/meta-fri2/conf/machine/fri2-noemgd.conf
index a8b889ff..911a449c 100644
--- a/meta-fri2/conf/machine/fri2-noemgd.conf
+++ b/meta-fri2/conf/machine/fri2-noemgd.conf
@@ -19,5 +19,6 @@ SYSLINUX_OPTS = "serial 0 115200"
19SERIAL_CONSOLE = "115200 ttyS0" 19SERIAL_CONSOLE = "115200 ttyS0"
20APPEND += "console=ttyS0,115200 console=tty0" 20APPEND += "console=ttyS0,115200 console=tty0"
21 21
22# EFI boot will ignore this and use the EFI framebuffer at 800x600
22APPEND += "video=vesafb vga=0x318" 23APPEND += "video=vesafb vga=0x318"
23 24
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf
index da4e981b..9ae4287c 100644
--- a/meta-fri2/conf/machine/fri2.conf
+++ b/meta-fri2/conf/machine/fri2.conf
@@ -23,4 +23,5 @@ SYSLINUX_OPTS = "serial 0 115200"
23SERIAL_CONSOLE = "115200 ttyS0" 23SERIAL_CONSOLE = "115200 ttyS0"
24APPEND += "console=ttyS0,115200 console=tty0" 24APPEND += "console=ttyS0,115200 console=tty0"
25 25
26# EFI boot will ignore this and use the EFI framebuffer at 800x600
26APPEND += "video=vesafb vga=0x318" 27APPEND += "video=vesafb vga=0x318"