mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02:00
preboot: Introduce CONFIG_USE_PREBOOT and migrate CONFIG_PREBOOT
This is the same migration path as commit b6251db8c3
("Kconfig:
Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND").
I also moved the description in README to the Kconfig help.
I ripped off the sentence about 'LWMON' since it is gone already.
I only let my boards migrate, leaving the rest to platform maintainers.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
committed by
Tom Rini
parent
2ab6e74dbd
commit
607d06d262
16
README
16
README
@@ -687,22 +687,6 @@ The following options need to be configured:
|
||||
as a convenience, when switching between booting from
|
||||
RAM and NFS.
|
||||
|
||||
- Pre-Boot Commands:
|
||||
CONFIG_PREBOOT
|
||||
|
||||
When this option is #defined, the existence of the
|
||||
environment variable "preboot" will be checked
|
||||
immediately before starting the CONFIG_BOOTDELAY
|
||||
countdown and/or running the auto-boot command resp.
|
||||
entering interactive mode.
|
||||
|
||||
This feature is especially useful when "preboot" is
|
||||
automatically generated or modified. For an example
|
||||
see the LWMON board specific code: here "preboot" is
|
||||
modified when the user holds down a certain
|
||||
combination of keys on the (special) keyboard when
|
||||
booting the systems
|
||||
|
||||
- Serial Download Echo Mode:
|
||||
CONFIG_LOADS_ECHO
|
||||
If defined to 1, all characters received during a
|
||||
|
Reference in New Issue
Block a user