mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
omap: cm_t35: Fix cm_t35 for weak splash_screen_prepare
Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
This commit is contained in:
parent
59b1592211
commit
327598945b
2 changed files with 1 additions and 2 deletions
|
@ -120,7 +120,7 @@ static inline int splash_load_from_nand(void)
|
|||
}
|
||||
#endif /* CONFIG_CMD_NAND */
|
||||
|
||||
int board_splash_screen_prepare(void)
|
||||
int splash_screen_prepare(void)
|
||||
{
|
||||
char *env_splashimage_value;
|
||||
u32 bmp_load_addr;
|
||||
|
|
|
@ -339,6 +339,5 @@
|
|||
#define CONFIG_SPLASH_SCREEN
|
||||
#define CONFIG_CMD_BMP
|
||||
#define CONFIG_BMP_16BPP
|
||||
#define CONFIG_SPLASH_SCREEN_PREPARE
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
Loading…
Reference in a new issue