mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-28 00:11:32 +00:00
CONFIG_UART1_CONSOLE added.
This commit is contained in:
parent
33149b8812
commit
1d49b1f365
1 changed files with 14 additions and 7 deletions
7
README
7
README
|
@ -470,6 +470,13 @@ The following options need to be configured:
|
||||||
Set to 0 to disable this feature (this is the default).
|
Set to 0 to disable this feature (this is the default).
|
||||||
This will also disable hardware handshake.
|
This will also disable hardware handshake.
|
||||||
|
|
||||||
|
- Console UART Number:
|
||||||
|
CONFIG_UART1_CONSOLE
|
||||||
|
|
||||||
|
IBM PPC4xx only.
|
||||||
|
If defined internal UART1 (and not UART0) is used
|
||||||
|
as default U-Boot console.
|
||||||
|
|
||||||
- Boot Delay: CONFIG_BOOTDELAY - in seconds
|
- Boot Delay: CONFIG_BOOTDELAY - in seconds
|
||||||
Delay before automatically booting the default image;
|
Delay before automatically booting the default image;
|
||||||
set to -1 to disable autoboot.
|
set to -1 to disable autoboot.
|
||||||
|
|
Loading…
Add table
Reference in a new issue