diff options
author | Igor Opaniuk <igor.opaniuk@toradex.com> | 2020-09-14 11:01:04 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-09-17 14:39:09 +0200 |
commit | f37aab99f2159ed9de7caa58ac09ad8a32589257 (patch) | |
tree | 81aa589e28dda81693c8ec2a43727defbefccfb1 /include | |
parent | b01ba776c9ae138732d85a543878d8456e0b4b30 (diff) |
colibri-imx6ull: use splashcreen value instead of legacy function
Set proper splashscreen env value instead of calling legacy function
to show embed boot logo.
Fixes: 391c712dde("colibri-imx6ull: show boot logo")
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/colibri-imx6ull.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/colibri-imx6ull.h b/include/configs/colibri-imx6ull.h index 2fdcdefa32..530240f069 100644 --- a/include/configs/colibri-imx6ull.h +++ b/include/configs/colibri-imx6ull.h @@ -111,6 +111,7 @@ "fatload ${interface} 0:1 ${loadaddr} " \ "${board}/flash_blk.img && source ${loadaddr}\0" \ "splashpos=m,m\0" \ + "splashimage=" __stringify(CONFIG_LOADADDR) "\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:640x480M-16@60" |