mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] blspec: put blspec bootargs into a .dyn bootargs variable
@ 2015-02-06  9:23 Sascha Hauer
  0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2015-02-06  9:23 UTC (permalink / raw)
  To: Barebox List

So that they get deleted later when something else is booted.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 common/blspec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/blspec.c b/common/blspec.c
index b9342d5..3506388 100644
--- a/common/blspec.c
+++ b/common/blspec.c
@@ -648,7 +648,7 @@ int blspec_boot(struct blspec_entry *entry, int verbose, int dryrun)
 	if (initrd)
 		data.initrd_file = asprintf("%s/%s", abspath, initrd);
 
-	globalvar_add_simple("linux.bootargs.blspec", options);
+	globalvar_add_simple("linux.bootargs.dyn.blspec", options);
 
 	pr_info("booting %s from %s\n", blspec_entry_var_get(entry, "title"),
 			entry->cdev ? dev_name(entry->cdev->dev) : "none");
-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-06  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-06  9:23 [PATCH] blspec: put blspec bootargs into a .dyn bootargs variable Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox