summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-12-17 17:08:40 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-12-20 14:07:47 +0100
commit02735f400478c6e9afc432fda1149abef630657c (patch)
tree9d04c6aebca48a2f5947858038d12c9a6b738046
parentb4116200c7138c259eac8480f0adab801c6cda47 (diff)
Remove video=tegrafb0:640x480-16@60 aka VESA VGA mode from vidargs in order for the panel specification in the device tree to be used. This causes the default to be the 10.1" LVDS display which will be available in the Toradex webshop shortly. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--include/configs/apalis-tk1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h
index f9c2780a6b..5eaf7c051a 100644
--- a/include/configs/apalis-tk1.h
+++ b/include/configs/apalis-tk1.h
@@ -163,7 +163,7 @@
"load ${interface} ${drive}:1 ${loadaddr} flash_blk.img && " \
"source ${loadaddr}\0" \
USB_BOOTCMD \
- "vidargs=video=tegrafb0:640x480-16@60 fbcon=map:1\0"
+ "vidargs=fbcon=map:1\0"
/* Increase console I/O buffer size */
#undef CONFIG_SYS_CBSIZE