From: Marcel Ziswiler Date: Thu, 1 Aug 2019 08:06:38 +0000 (+0300) Subject: apalis-tk1: remove default vesa vga mode from vidargs X-Git-Tag: v2019.10-rc2~10^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d415eab4f0abb3b9dd84c50c9ded0ff976a32a2f;p=oweals%2Fu-boot.git apalis-tk1: remove default vesa vga mode from vidargs 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. Reviewed-by: Oleksandr Suvorov Signed-off-by: Marcel Ziswiler Signed-off-by: Igor Opaniuk Signed-off-by: Tom Warren --- diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h index 10f2948c62..843e64e3cc 100644 --- a/include/configs/apalis-tk1.h +++ b/include/configs/apalis-tk1.h @@ -137,7 +137,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