summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-06-30 15:02:00 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:58:42 -0700
commit27bc27eb3883c013ac61ea2690bad21081b8febd (patch)
tree11384446375ef44e9c4400bc0d2e2049612e360e /README
parentcc2d80a2767bf71dd23d2a1a0796d9762beb8920 (diff)
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 <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
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:
---------------------------------------------------