diff options
author | Saul Wold <sgw@linux.intel.com> | 2016-11-08 11:23:49 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2016-11-08 11:26:22 -0800 |
commit | 00fe8dba899fe21bf49a1e93f3dd1d5e5fafbca0 (patch) | |
tree | dd151ebd88780914300158439c7628c6c71a5194 | |
parent | a23aeecd54aa3bc879c11e56c410bda3fdff5a72 (diff) | |
download | meta-intel-00fe8dba899fe21bf49a1e93f3dd1d5e5fafbca0.tar.gz |
broxton-m/KBOOTPARAM: Add videofb console back
This re-enables the video framebuffer for displaying cosole output
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | common/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM b/common/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM index 5ad14b41..99f81d1c 100644 --- a/common/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM +++ b/common/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM | |||
@@ -1 +1 @@ | |||
video=efifb maxcpus=4 noxsave reboot=efi kmemleak=off console=ttyS2,115200 | video=efifb maxcpus=4 noxsave reboot=efi kmemleak=off console=tty0 console=ttyS2,115200 | ||