diff options
Diffstat (limited to 'meta-fri2/conf/machine/fri2.conf')
-rw-r--r-- | meta-fri2/conf/machine/fri2.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf index 40f2cdc..a1b13fa 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 |
40 | APPEND += "video=vesafb vga=0x318" | 40 | APPEND += "video=vesafb vga=0x318" |
41 | |||
42 | # EMGD kernel driver needs at least 256MB of vmalloc space | ||
43 | APPEND += "vmalloc=256MB" | ||