projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f95f98c
)
stm32mp1: configs: Set bootdelay to 1
author
Patrice Chotard
<patrice.chotard@st.com>
Tue, 30 Jul 2019 17:16:35 +0000
(19:16 +0200)
committer
Patrice Chotard
<patrice.chotard@st.com>
Tue, 27 Aug 2019 07:36:56 +0000
(09:36 +0200)
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>
include/configs/stm32mp1.h
patch
|
blob
|
history
diff --git
a/include/configs/stm32mp1.h
b/include/configs/stm32mp1.h
index ae0530851f5fe72986b41463d5f0dff7f51b3624..92660fe2a00cb26907c14da64f689bf996e8c9bb 100644
(file)
--- a/
include/configs/stm32mp1.h
+++ b/
include/configs/stm32mp1.h
@@
-142,6
+142,7
@@
* and the ramdisk at the end.
*/
#define CONFIG_EXTRA_ENV_SETTINGS \
+ "bootdelay=1\0" \
"kernel_addr_r=0xc2000000\0" \
"fdt_addr_r=0xc4000000\0" \
"scriptaddr=0xc4100000\0" \