
8 Jul
2013
8 Jul
'13
8:47 p.m.
On Tue, 2 Jul 2013 00:04:05 +0200 Anatolij Gustschin agust@denx.de wrote:
Code for checking "splashpos" environment variable is duplicated in drivers, move it to the common function. Call this function also in the bmp display command to consider "splashpos" settings.
Signed-off-by: Anatolij Gustschin agust@denx.de
common/cmd_bmp.c | 3 +++ common/lcd.c | 19 ++----------------- common/splash.c | 25 +++++++++++++++++++++++++ drivers/video/cfb_console.c | 24 ++---------------------- include/splash.h | 7 +++++++ 5 files changed, 39 insertions(+), 39 deletions(-)
Applied to u-boot-video/master. Thanks!
Anatolij