From: Simon Glass <sjg@chromium.org>
Date: Fri, 30 Nov 2012 13:01:18 +0000 (+0000)
Subject: Document the CONFIG_DISPLAY_BOARDINFO option
X-Git-Tag: v2025.01-rc5-pxa1908~16614^2~6
X-Git-Url: http://git.dujemihanovic.xyz/img/html/index.html?a=commitdiff_plain;h=b2b92f53157d9afe73b413516834e062448a2fce;p=u-boot.git

Document the CONFIG_DISPLAY_BOARDINFO option

Add a short note about this in the README.

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

diff --git a/README b/README
index ef8571c898..d57ee91ca3 100644
--- 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:
 ---------------------------------------------------