]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
lcd: implement a callback for splashimage
authorNikita Kiryanov <nikita@compulab.co.il>
Sun, 24 Feb 2013 21:28:43 +0000 (21:28 +0000)
committerTom Rini <trini@ti.com>
Mon, 11 Mar 2013 15:06:09 +0000 (11:06 -0400)
commitc08804853361bb7c6e2f9e0cdcdc0b327f71fe35
treec534705bdd53f50cdf361b5715b93aaa46a055ed
parent48ec52910047e048a5857fdaf00679b85a952ec5
lcd: implement a callback for splashimage

On some architectures certain values of splashimage will lead to
a data abort exception.

Document the problem, and implement a callback for splashimage to
reject such values.

Cc: Anatolij Gustschin <agust@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
README
common/lcd.c
doc/README.displaying-bmps [new file with mode: 0644]
include/env_callback.h