diff options
author | Marcel Ziswiler | 2019-07-10 09:42:38 +0200 |
---|---|---|
committer | Stefano Babic | 2019-07-19 20:14:50 +0200 |
commit | 7c5e4b2d53faeac0c9cd9cf1482c9ab07962933b (patch) | |
tree | 86b0a33003df3bcc8b4eac4917361733e7f169ff /include/configs/colibri-imx6ull.h | |
parent | e4258ddd595a5c4e46317c91807a59750916f707 (diff) |
colibri-imx6ull: fix vidargs
Unfortunately, that missing M makes the current downstream NXP BSP
4.14.98_2.0.0_ga crash early during Linux kernel boot. Fix this.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Tested-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Diffstat (limited to 'include/configs/colibri-imx6ull.h')
-rw-r--r-- | include/configs/colibri-imx6ull.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri-imx6ull.h b/include/configs/colibri-imx6ull.h index 21d9a3da01f..2c43862800a 100644 --- a/include/configs/colibri-imx6ull.h +++ b/include/configs/colibri-imx6ull.h @@ -123,7 +123,7 @@ "${board}/flash_blk.img && source ${loadaddr}\0" \ "splashpos=m,m\0" \ "videomode=video=ctfb:x:640,y:480,depth:18,pclk:39722,le:48,ri:16,up:33,lo:10,hs:96,vs:2,sync:0,vmode:0\0" \ - "vidargs=video=mxsfb:640x480-16@60" + "vidargs=video=mxsfb:640x480M-16@60" #define CONFIG_SYS_MEMTEST_START 0x80000000 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x08000000) |