summaryrefslogtreecommitdiffstats
path: root/drivers/of/barebox.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/of/barebox.c')
-rw-r--r--drivers/of/barebox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/barebox.c b/drivers/of/barebox.c
index 8977158992..44ec820ec5 100644
--- a/drivers/of/barebox.c
+++ b/drivers/of/barebox.c
@@ -59,7 +59,7 @@ static int environment_probe(struct device_d *dev)
dev_info(dev, "setting default environment path to %s\n", path);
- default_environment_path = path;
+ default_environment_path_set(path);
return 0;
}