mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 05:02:26 -04:00
README: fix documentation of CONFIG_SHOW_BOOT_PROGRESS
Some previous changes added code right in the middle of the description of CONFIG_SHOW_BOOT_PROGRESS. Move this text down. Fix formatting while we are at it. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
e42624bbe0
commit
4cf2609b0f
44
README
44
README
@ -2108,28 +2108,6 @@ The following options need to be configured:
|
|||||||
example, some LED's) on your board. At the moment,
|
example, some LED's) on your board. At the moment,
|
||||||
the following checkpoints are implemented:
|
the following checkpoints are implemented:
|
||||||
|
|
||||||
- Standalone program support:
|
|
||||||
CONFIG_STANDALONE_LOAD_ADDR
|
|
||||||
|
|
||||||
This option allows to define board specific values
|
|
||||||
for the address where standalone program gets loaded,
|
|
||||||
thus overwriting the architecutre dependent default
|
|
||||||
settings.
|
|
||||||
|
|
||||||
- Frame Buffer Address:
|
|
||||||
CONFIG_FB_ADDR
|
|
||||||
|
|
||||||
Define CONFIG_FB_ADDR if you want to use specific address for
|
|
||||||
frame buffer.
|
|
||||||
Then system will reserve the frame buffer address to defined address
|
|
||||||
instead of lcd_setmem (this function grab the memory for frame buffer
|
|
||||||
by panel's size).
|
|
||||||
|
|
||||||
Please see board_init_f function.
|
|
||||||
|
|
||||||
If you want this config option then,
|
|
||||||
please define it at your board config file
|
|
||||||
|
|
||||||
Legacy uImage format:
|
Legacy uImage format:
|
||||||
|
|
||||||
Arg Where When
|
Arg Where When
|
||||||
@ -2283,6 +2261,28 @@ FIT uImage format:
|
|||||||
-150 common/cmd_nand.c Incorrect FIT image format
|
-150 common/cmd_nand.c Incorrect FIT image format
|
||||||
151 common/cmd_nand.c FIT image format OK
|
151 common/cmd_nand.c FIT image format OK
|
||||||
|
|
||||||
|
- Standalone program support:
|
||||||
|
CONFIG_STANDALONE_LOAD_ADDR
|
||||||
|
|
||||||
|
This option allows to define board specific values
|
||||||
|
for the address where standalone program gets loaded,
|
||||||
|
thus overwriting the architecutre dependent default
|
||||||
|
settings.
|
||||||
|
|
||||||
|
- Frame Buffer Address:
|
||||||
|
CONFIG_FB_ADDR
|
||||||
|
|
||||||
|
Define CONFIG_FB_ADDR if you want to use specific
|
||||||
|
address for frame buffer.
|
||||||
|
Then system will reserve the frame buffer address to
|
||||||
|
defined address instead of lcd_setmem (this function
|
||||||
|
grab the memory for frame buffer by panel's size).
|
||||||
|
|
||||||
|
Please see board_init_f function.
|
||||||
|
|
||||||
|
If you want this config option then,
|
||||||
|
please define it at your board config file
|
||||||
|
|
||||||
- Automatic software updates via TFTP server
|
- Automatic software updates via TFTP server
|
||||||
CONFIG_UPDATE_TFTP
|
CONFIG_UPDATE_TFTP
|
||||||
CONFIG_UPDATE_TFTP_CNT_MAX
|
CONFIG_UPDATE_TFTP_CNT_MAX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user