mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-22 07:01:39 +00:00
stm32mp1: configs: add altbootcmd
Add altbootcmad as it is used for - bootcountlimit - in mach-stm32mp/cpu.c for BOOT_RECOVERY mode Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
9cd8b9f0c5
commit
f95f98c8df
1 changed files with 2 additions and 1 deletions
|
@ -150,6 +150,7 @@
|
||||||
"ramdisk_addr_r=0xc4400000\0" \
|
"ramdisk_addr_r=0xc4400000\0" \
|
||||||
"fdt_high=0xffffffff\0" \
|
"fdt_high=0xffffffff\0" \
|
||||||
"initrd_high=0xffffffff\0" \
|
"initrd_high=0xffffffff\0" \
|
||||||
|
"altbootcmd=run bootcmd\0" \
|
||||||
"env_default=1\0" \
|
"env_default=1\0" \
|
||||||
"env_check=if test $env_default -eq 1;"\
|
"env_check=if test $env_default -eq 1;"\
|
||||||
" then env set env_default 0;env save;fi\0" \
|
" then env set env_default 0;env save;fi\0" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue