summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-07-24 17:17:57 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-07-24 17:17:59 +0100
commitf616bc7a44f748fa02abf8780ca0f6c4f38d30b5 (patch)
treeb2c37494d955860bb350554ad3406ff9ca88447a
parent40dd3e788b6907f266adf3874ac03c026da4b957 (diff)
Set MUXFPGA and DVIMODE to use CoreTile
The default config tells the board to use the motherboard CLCD controller, however, we always use the CoreTile controller. Rather than relying on UEFI setting the correct modes, do it in config.txt. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--config.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.txt b/config.txt
index d80d916..ee07964 100644
--- a/config.txt
+++ b/config.txt
@@ -8,8 +8,8 @@ UPDATE: FALSE ;Force JTAG and FPGA update to DBs
VERIFY: FALSE ;Force FPGA verify to DBs
SLIDESHOW: FALSE ;CLCD Slideshow
-MUXFPGA: MB ;MB or DB1 or DB2
-DVIMODE: VGA ;VGA or SVGA or XGA or SXGA or UXGA
+MUXFPGA: DB1 ;MB or DB1 or DB2
+DVIMODE: XGA ;VGA or SVGA or XGA or SXGA or UXGA
MBLOG: TRUE ;LOG MB MICRO TO UART1 in run mode
DBLOG: TRUE ;LOG DB MICRO TO UART2/3 in run mode