25 lines
657 B
Diff
25 lines
657 B
Diff
From 2132a1ff883c92953e906ba8f32b13641bdb98c7 Mon Sep 17 00:00:00 2001
|
|
From: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
|
|
Date: Fri, 16 Jul 2021 16:25:20 +0200
|
|
Subject: [PATCH 12/12] cpr_silent
|
|
|
|
---
|
|
include/configs/stm32mp1.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h
|
|
index 72424abb8b..0088ced206 100644
|
|
--- a/include/configs/stm32mp1.h
|
|
+++ b/include/configs/stm32mp1.h
|
|
@@ -159,6 +159,7 @@
|
|
"env_check=if env info -p -d -q; then env save; fi\0" \
|
|
STM32MP_BOOTCMD \
|
|
BOOTENV \
|
|
+ "silent=1\0" \
|
|
"boot_net_usb_start=true\0"
|
|
|
|
#endif /* ifndef CONFIG_SPL_BUILD */
|
|
--
|
|
2.17.1
|
|
|