diff options
author | Tom Rini <trini@ti.com> | 2013-07-10 08:42:25 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-10 08:42:25 -0400 |
commit | 2f4998ab4429af4b805f8566268c3b761aa4babd (patch) | |
tree | 781c234b704484f833779e29ab6f9330ebf00e9f /doc | |
parent | c479c1361ade3cf2346f41a922b85373ddff8a26 (diff) | |
parent | ff8fb56b6f7edafc1bcba8ef008b3f368cabe60d (diff) | |
download | u-boot-2f4998ab4429af4b805f8566268c3b761aa4babd.tar.gz u-boot-2f4998ab4429af4b805f8566268c3b761aa4babd.tar.bz2 u-boot-2f4998ab4429af4b805f8566268c3b761aa4babd.zip |
Merge branch 'master' of git://git.denx.de/u-boot-video
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.splashprepare | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/README.splashprepare b/doc/README.splashprepare new file mode 100644 index 0000000000..61b4ec53ec --- /dev/null +++ b/doc/README.splashprepare @@ -0,0 +1,8 @@ +--------------------------------------------------------------------- +Splash Screen +--------------------------------------------------------------------- +The splash_screen_prepare() function is a weak function defined in +common/splash.c. It is called as part of the splash screen display +sequence. It gives the board an opportunity to prepare the splash +image data before it is processed and sent to the frame buffer by +U-Boot. Define your own version to use this feature. |