Skip to content

Commit

Permalink
stm32mp1: configs: Set bootdelay to 1
Browse files Browse the repository at this point in the history
This allows to display splashcreen without waiting
an extra delay of 2 seconds due to default value of bootdelay.

Signed-off-by: Patrice Chotard <[email protected]>
Signed-off-by: Patrick Delaunay <[email protected]>
  • Loading branch information
pchotard committed Aug 27, 2019
1 parent f95f98c commit 53b95a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/configs/stm32mp1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 53b95a3

Please sign in to comment.