diff options
Diffstat (limited to 'qemu/roms/u-boot/doc/README.splashprepare')
-rw-r--r-- | qemu/roms/u-boot/doc/README.splashprepare | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/doc/README.splashprepare b/qemu/roms/u-boot/doc/README.splashprepare new file mode 100644 index 000000000..61b4ec53e --- /dev/null +++ b/qemu/roms/u-boot/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. |