summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fri2/conf/machine/fri2.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf
index 40f2cdca..a1b13fab 100644
--- a/meta-fri2/conf/machine/fri2.conf
+++ b/meta-fri2/conf/machine/fri2.conf
@@ -38,3 +38,6 @@ APPEND += "console=ttyPCH1,115200 console=tty0"
38 38
39# EFI boot will ignore this and use the EFI framebuffer at 800x600 39# EFI boot will ignore this and use the EFI framebuffer at 800x600
40APPEND += "video=vesafb vga=0x318" 40APPEND += "video=vesafb vga=0x318"
41
42# EMGD kernel driver needs at least 256MB of vmalloc space
43APPEND += "vmalloc=256MB"