commit | 5e5ed76cd7bd9d9424bc20785c85609e57fa0bc4 | [log] [tgz] |
---|---|---|
author | Matthias Weisser <weisserm@arcor.de> | Fri Feb 15 03:35:12 2013 +0000 |
committer | Anatolij Gustschin <agust@denx.de> | Thu Mar 21 10:55:24 2013 +0100 |
tree | bb82c565d245692d544eced5e99ed9d7ea3d5ace | |
parent | ada32ec37811495c20ec07cec6a001cd6de24c6d [diff] |
video: Fix splash screen alignment commit d484b52 "video: Skip bitmaps which do not fit into the screen in cfb_console" breaks splash screen alignment which is passed in as magic (BMP_ALIGN_CENTER) x/y coordinates. Moving the check after the alignment block fixes this. Signed-off-by: Matthias Weisser <weisserm@arcor.de> Acked-by: Simon Glass <sjg@chromium.org>