Document the CONFIG_DISPLAY_BOARDINFO option
authorSimon Glass <sjg@chromium.org>
Fri, 30 Nov 2012 13:01:18 +0000 (13:01 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 10 Jan 2013 21:21:57 +0000 (22:21 +0100)
Add a short note about this in the README.

Signed-off-by: Simon Glass <sjg@chromium.org>
README

diff --git a/README b/README
index ef8571c..d57ee91 100644 (file)
--- a/README
+++ b/README
@@ -3457,6 +3457,11 @@ use the "saveenv" command to store a valid environment.
                space for already greatly restricted images, including but not
                limited to NAND_SPL configurations.
 
+- CONFIG_DISPLAY_BOARDINFO
+               Display information about the board that U-Boot is running on
+               when U-Boot starts up. The board function checkboard() is called
+               to do this.
+
 Low Level (hardware related) configuration options:
 ---------------------------------------------------