diff options
author | Tom Rini <trini@ti.com> | 2013-07-10 08:42:25 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-10 08:42:25 -0400 |
commit | 2f4998ab4429af4b805f8566268c3b761aa4babd (patch) | |
tree | 781c234b704484f833779e29ab6f9330ebf00e9f /board/compulab/cm_t35/cm_t35.c | |
parent | c479c1361ade3cf2346f41a922b85373ddff8a26 (diff) | |
parent | ff8fb56b6f7edafc1bcba8ef008b3f368cabe60d (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-video
Diffstat (limited to 'board/compulab/cm_t35/cm_t35.c')
-rw-r--r-- | board/compulab/cm_t35/cm_t35.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/cm_t35/cm_t35.c b/board/compulab/cm_t35/cm_t35.c index b0b80e5bc9..95098af02f 100644 --- a/board/compulab/cm_t35/cm_t35.c +++ b/board/compulab/cm_t35/cm_t35.c @@ -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; |