From 6f88d51efdc3989375363ea4fe015bf7ffa81e91 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 6 Feb 2015 10:23:08 +0100 Subject: blspec: put blspec bootargs into a .dyn bootargs variable So that they get deleted later when something else is booted. Signed-off-by: Sascha Hauer --- common/blspec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/blspec.c') diff --git a/common/blspec.c b/common/blspec.c index b9342d566c..3506388eb5 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"); -- cgit v1.2.3