From 27bc27eb3883c013ac61ea2690bad21081b8febd Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 30 Jun 2011 15:02:00 -0700 Subject: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD This option displays board info after stdio is running, so that it will appear on the LCD. BUG=chromium-os:11623 TEST=build and boot with option set, see that this is the first thing displayed on the LCD Change-Id: Ideee94cadbc9670d6f2832692ba019d3e9b260ec Reviewed-on: http://gerrit.chromium.org/gerrit/3501 Reviewed-by: Simon Glass Tested-by: Simon Glass --- README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README') diff --git a/README b/README index 501a52d558..77220edc98 100644 --- a/README +++ b/README @@ -2803,6 +2803,14 @@ use the "saveenv" command to store a valid environment. a larger amount of rapid input, such as happens when pasting text into the terminal. +- CONFIG_DISPLAY_BOARDINFO + Display information about the board that U-Boot is running on + when U-Boot starts up. + +- CONFIG_DISPLAY_BOARDINFO_LATE + Similar to the previous option, but display this information + later, once the LCD is running. + Low Level (hardware related) configuration options: --------------------------------------------------- -- cgit v1.2.3