1
0
Fork 0

Document the CONFIG_DISPLAY_BOARDINFO option

Add a short note about this in the README.

Signed-off-by: Simon Glass <sjg@chromium.org>
utp
Simon Glass 2012-11-30 13:01:18 +00:00 committed by Albert ARIBAUD
parent 06fd853890
commit b2b92f5315
1 changed files with 5 additions and 0 deletions

5
README
View File

@ -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:
---------------------------------------------------