]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
compulab: splash: refactor splash.c
authorNikita Kiryanov <nikita@compulab.co.il>
Wed, 14 Jan 2015 08:42:50 +0000 (10:42 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:57:33 +0000 (12:57 +0200)
commit946a739e52674751bcb99780483af845659a121d
tree87fa2ec5e48c05c3f945110fb66110f1a5bce51d
parent3cd9863cbacbe84affe7b5473062314b6a24bb1e
compulab: splash: refactor splash.c

Move storage device specific code into its own function instead of
calling it directly from an otherwise storage device independent
function (cl_splash_screen_prepare).

This is a preparation for supporting multiple splash locations.

Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
board/compulab/common/common.h
board/compulab/common/splash.c