mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02:00
stm32mp1: use the command env info -q in env_check
Activate the new option -q in command "env info" to avoid unnecessary trace during boot. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
committed by
Patrice Chotard
parent
b0cbafe509
commit
89ddbbb742
@@ -156,7 +156,7 @@
|
|||||||
"splashimage=0xc4300000\0" \
|
"splashimage=0xc4300000\0" \
|
||||||
"ramdisk_addr_r=0xc4400000\0" \
|
"ramdisk_addr_r=0xc4400000\0" \
|
||||||
"altbootcmd=run bootcmd\0" \
|
"altbootcmd=run bootcmd\0" \
|
||||||
"env_check=if env info -p -d; then env save; fi\0" \
|
"env_check=if env info -p -d -q; then env save; fi\0" \
|
||||||
STM32MP_BOOTCMD \
|
STM32MP_BOOTCMD \
|
||||||
BOOTENV \
|
BOOTENV \
|
||||||
"boot_net_usb_start=true\0"
|
"boot_net_usb_start=true\0"
|
||||||
|
Reference in New Issue
Block a user