mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
stm32mp1: configs: Set bootdelay to 1
This allows to display splashcreen without waiting an extra delay of 2 seconds due to default value of bootdelay. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
f95f98c8df
commit
53b95a3456
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@
|
||||||
* and the ramdisk at the end.
|
* and the ramdisk at the end.
|
||||||
*/
|
*/
|
||||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
|
"bootdelay=1\0" \
|
||||||
"kernel_addr_r=0xc2000000\0" \
|
"kernel_addr_r=0xc2000000\0" \
|
||||||
"fdt_addr_r=0xc4000000\0" \
|
"fdt_addr_r=0xc4000000\0" \
|
||||||
"scriptaddr=0xc4100000\0" \
|
"scriptaddr=0xc4100000\0" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue