]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()
authorTom Rini <trini@ti.com>
Mon, 13 Aug 2012 18:37:56 +0000 (11:37 -0700)
committerTom Rini <trini@ti.com>
Thu, 27 Sep 2012 16:48:38 +0000 (09:48 -0700)
commit861a86f46047c22af505d7fb27b2c68df0f54323
tree03aa3ab7e05419b6fc2e8c59095781f3c956504f
parent0da113e9fd353ce08dda0ac9d79694b673174bda
omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()

Only omap4/5 currently have a meaningful set of display text and overo
had been adding a function to display nothing.  Change how this works to
be opt-in and only turned on for omap4/5 now.

Signed-off-by: Tom Rini <trini@ti.com>
README
arch/arm/cpu/armv7/omap-common/hwinit-common.c
arch/arm/cpu/armv7/omap-common/spl.c
arch/arm/include/asm/arch-omap4/sys_proto.h
arch/arm/include/asm/arch-omap5/sys_proto.h
arch/arm/include/asm/omap_common.h
board/overo/overo.c
include/configs/omap4_common.h
include/configs/omap5_evm.h