aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTom Rini2012-08-13 13:37:56 -0500
committerTom Rini2012-09-27 11:48:38 -0500
commit861a86f46047c22af505d7fb27b2c68df0f54323 (patch)
tree03aa3ab7e05419b6fc2e8c59095781f3c956504f /README
parent0da113e9fd353ce08dda0ac9d79694b673174bda (diff)
downloadu-boot-861a86f46047c22af505d7fb27b2c68df0f54323.tar.gz
u-boot-861a86f46047c22af505d7fb27b2c68df0f54323.tar.xz
u-boot-861a86f46047c22af505d7fb27b2c68df0f54323.zip
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>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 5793b0a206..309d88dce4 100644
--- a/README
+++ b/README
@@ -2597,6 +2597,10 @@ FIT uImage format:
2597 CONFIG_SYS_SPL_MALLOC_SIZE 2597 CONFIG_SYS_SPL_MALLOC_SIZE
2598 The size of the malloc pool used in SPL. 2598 The size of the malloc pool used in SPL.
2599 2599
2600 CONFIG_SPL_DISPLAY_PRINT
2601 For ARM, enable an optional function to print more information
2602 about the running system.
2603
2600 CONFIG_SPL_LIBCOMMON_SUPPORT 2604 CONFIG_SPL_LIBCOMMON_SUPPORT
2601 Support for common/libcommon.o in SPL binary 2605 Support for common/libcommon.o in SPL binary
2602 2606