omap3: cm-t35: extract the splash code from board
The splash screen loading code can be reused by other compulab boards. For now extract it to a common location for further reuse. This also switches the splash code dependency from CONFIG_LCD to CONFIG_SPLASH_SCREEN as it should normally be. In addition this patch fixes the accidental dependency of the get_board_mem_timings() function on CONFIG_LCD, by just moving the splash code and leaving the above function intact. Signed-off-by:Igor Grinberg <grinberg@compulab.co.il> Reviewed-by:
Tom Rini <trini@ti.com>
Showing
- board/compulab/cm_t35/cm_t35.c 3 additions, 59 deletionsboard/compulab/cm_t35/cm_t35.c
- board/compulab/common/Makefile 1 addition, 0 deletionsboard/compulab/common/Makefile
- board/compulab/common/common.h 9 additions, 0 deletionsboard/compulab/common/common.h
- board/compulab/common/splash.c 72 additions, 0 deletionsboard/compulab/common/splash.c
Loading
Please register or sign in to comment