]> git.ipfire.org Git - people/ms/u-boot.git/blame - doc/README.splashprepare
mmc: remove the unnecessary define and fix the wrong bit control
[people/ms/u-boot.git] / doc / README.splashprepare
CommitLineData
59b15922
RW
1---------------------------------------------------------------------
2Splash Screen
3---------------------------------------------------------------------
4The splash_screen_prepare() function is a weak function defined in
5common/splash.c. It is called as part of the splash screen display
6sequence. It gives the board an opportunity to prepare the splash
7image data before it is processed and sent to the frame buffer by
8U-Boot. Define your own version to use this feature.