All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] stm32mp1: use the command env info -q in env_check
@ 2020-06-15 14:42 Patrick Delaunay
  2020-07-02  7:19 ` [Uboot-stm32] " Patrice CHOTARD
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Delaunay @ 2020-06-15 14:42 UTC (permalink / raw)
  To: u-boot

Activate the new option -q in command "env info"
to avoid unnecessary trace during boot.

Hi,

This patch was previous included in V3 serie 158105.

This patch have dependency with serie 183438 for -q otpion
and with serie 183387 for stm32mp1 env_check update.

END

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
---

 include/configs/stm32mp1.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h
index e927787be0..038a639843 100644
--- a/include/configs/stm32mp1.h
+++ b/include/configs/stm32mp1.h
@@ -155,7 +155,7 @@
 	"splashimage=0xc4300000\0"  \
 	"ramdisk_addr_r=0xc4400000\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 \
 	BOOTENV \
 	"boot_net_usb_start=true\0"
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Uboot-stm32] [PATCH] stm32mp1: use the command env info -q in env_check
  2020-06-15 14:42 [PATCH] stm32mp1: use the command env info -q in env_check Patrick Delaunay
@ 2020-07-02  7:19 ` Patrice CHOTARD
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice CHOTARD @ 2020-07-02  7:19 UTC (permalink / raw)
  To: u-boot

Hi Patrick


On 6/15/20 4:42 PM, Patrick Delaunay wrote:
> Activate the new option -q in command "env info"
> to avoid unnecessary trace during boot.
>
> Hi,
>
> This patch was previous included in V3 serie 158105.
>
> This patch have dependency with serie 183438 for -q otpion
> and with serie 183387 for stm32mp1 env_check update.
>
> END
Your commit is malformed.
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
> ---
>
>  include/configs/stm32mp1.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h
> index e927787be0..038a639843 100644
> --- a/include/configs/stm32mp1.h
> +++ b/include/configs/stm32mp1.h
> @@ -155,7 +155,7 @@
>  	"splashimage=0xc4300000\0"  \
>  	"ramdisk_addr_r=0xc4400000\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 \
>  	BOOTENV \
>  	"boot_net_usb_start=true\0"

You can add my Reviewed-by:? when the commit message will be fixed

Thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-02  7:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15 14:42 [PATCH] stm32mp1: use the command env info -q in env_check Patrick Delaunay
2020-07-02  7:19 ` [Uboot-stm32] " Patrice CHOTARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.