Robert Winkler | 59b1592 | 2013-06-17 11:31:30 -0700 | [diff] [blame] | 1 | --------------------------------------------------------------------- |
| 2 | Splash Screen |
| 3 | --------------------------------------------------------------------- |
| 4 | The splash_screen_prepare() function is a weak function defined in |
| 5 | common/splash.c. It is called as part of the splash screen display |
| 6 | sequence. It gives the board an opportunity to prepare the splash |
| 7 | image data before it is processed and sent to the frame buffer by |
| 8 | U-Boot. Define your own version to use this feature. |