commit | c07ecbbd1a083d160fc164ba0addb7bca4a98afe | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Fri Sep 20 17:23:41 2019 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Sep 21 10:22:54 2019 +0200 |
tree | dda7593f5637ca936e24a8b2b4f578f4ee9f1a8e | |
parent | 655acb72039482e221e79ae38405220fa22377b4 [diff] |
splash: fix splash banner output Old splash code in cfb_console driver displayed U-Boot version string by default. Restore this behaviour for DM_VIDEO enabled configurations. Signed-off-by: Anatolij Gustschin <agust@denx.de> Reported-by: Fabio Estevam <festevam@gmail.com>