README.splashprepare 474 B

12345678
  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.