These 2 patches are the result of discussion in these threads: http://lists.denx.de/pipermail/u-boot/2013-May/155463.html http://lists.denx.de/pipermail/u-boot/2013-June/155630.html http://lists.denx.de/pipermail/u-boot/2013-June/155632.html
The upshot is, move splash_screen_prepare to a common location so it can be used in cfb_console.c and (possibly) make it weak. These 2 patches do that and the first can be accepted without the second if we decide not to make it weak. One other note, I'm submitting this based on Anatolij's tree since it's video related but board/compulab/cm_t35 does not exist in his tree. If the second patch is accepted, cm_t35 will have to change since it uses the non-weak method. I will submit an optional 3rd patch to Stefano's tree with the necessary changes. Robert Winkler (2): video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO video: lcd: Make splash_screen_prepare weak, remove config macro README | 8 -------- common/Makefile | 1 + common/lcd.c | 19 ++++++------------- common/splash.c | 31 +++++++++++++++++++++++++++++++ doc/README.splashprepare | 8 ++++++++ drivers/video/cfb_console.c | 8 ++++++-- include/lcd.h | 1 - include/splash.h | 30 ++++++++++++++++++++++++++++++ 8 files changed, 82 insertions(+), 24 deletions(-) create mode 100644 common/splash.c create mode 100644 doc/README.splashprepare create mode 100644 include/splash.h -- 1.8.3 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot