All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 2/2] verdin-imx8mp: do not save environment when it's nowhere
@ 2022-09-18 20:40 sbabic
  0 siblings, 0 replies; 2+ messages in thread
From: sbabic @ 2022-09-18 20:40 UTC (permalink / raw)
  To: Andrejs Cainikovs, u-boot

> From: Denys Drozdov <denys.drozdov@toradex.com>
> This code part is broken, remove it.
> Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
> Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

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

* [PATCH v1 2/2] verdin-imx8mp: do not save environment when it's nowhere
  2022-08-23 11:05 [PATCH v1 0/2] verdin: imx8m: " Andrejs Cainikovs
@ 2022-08-23 11:05 ` Andrejs Cainikovs
  0 siblings, 0 replies; 2+ messages in thread
From: Andrejs Cainikovs @ 2022-08-23 11:05 UTC (permalink / raw)
  To: u-boot; +Cc: Marcel Ziswiler, Denys Drozdov, Andrejs Cainikovs

From: Denys Drozdov <denys.drozdov@toradex.com>

This code part is broken, remove it.

Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>
---
 board/toradex/verdin-imx8mp/verdin-imx8mp.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/board/toradex/verdin-imx8mp/verdin-imx8mp.c b/board/toradex/verdin-imx8mp/verdin-imx8mp.c
index e3c1a1201da..783e2bd0d25 100644
--- a/board/toradex/verdin-imx8mp/verdin-imx8mp.c
+++ b/board/toradex/verdin-imx8mp/verdin-imx8mp.c
@@ -108,9 +108,6 @@ static void select_dt_from_module_version(void)
 	if (strcmp(variant, env_variant)) {
 		printf("Setting variant to %s\n", variant);
 		env_set("variant", variant);
-
-		if (IS_ENABLED(CONFIG_ENV_IS_NOWHERE))
-			env_save();
 	}
 }
 
-- 
2.34.1


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

end of thread, other threads:[~2022-09-18 20:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-18 20:40 [PATCH v1 2/2] verdin-imx8mp: do not save environment when it's nowhere sbabic
  -- strict thread matches above, loose matches on Subject: below --
2022-08-23 11:05 [PATCH v1 0/2] verdin: imx8m: " Andrejs Cainikovs
2022-08-23 11:05 ` [PATCH v1 2/2] verdin-imx8mp: " Andrejs Cainikovs

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.