diff options
author | Simon Glass <sjg@chromium.org> | 2012-11-30 13:01:18 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-01-10 22:21:57 +0100 |
commit | b2b92f53157d9afe73b413516834e062448a2fce (patch) | |
tree | 3c34dfb2c8b8cf4487562812e9585226e432ce6e | |
parent | 06fd853890f23491605bfd6c9ab0116b79e15aaa (diff) | |
download | u-boot-imx-b2b92f53157d9afe73b413516834e062448a2fce.zip u-boot-imx-b2b92f53157d9afe73b413516834e062448a2fce.tar.gz u-boot-imx-b2b92f53157d9afe73b413516834e062448a2fce.tar.bz2 |
Document the CONFIG_DISPLAY_BOARDINFO option
Add a short note about this in the README.
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: --------------------------------------------------- |