summaryrefslogtreecommitdiffstats
path: root/common/startup.c
diff options
context:
space:
mode:
authorJules Maselbas <jmaselbas@kalray.eu>2020-07-16 15:28:16 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-03 23:38:36 +0200
commitf9f67c7827c90d9f54d392673e459679f7ce3bd6 (patch)
treef9e26c521a0362b1051a02f2bcbccdb738ecdf1a /common/startup.c
parentf9e7a605a8e1e6db11f62f2a9335c3775b44b220 (diff)
downloadbarebox-f9f67c7827c90d9f54d392673e459679f7ce3bd6.tar.gz
barebox-f9f67c7827c90d9f54d392673e459679f7ce3bd6.tar.xz
startup: Add missing newline to notice message
Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/startup.c')
-rw-r--r--common/startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/startup.c b/common/startup.c
index 2fed4b71eb..1c58e41288 100644
--- a/common/startup.c
+++ b/common/startup.c
@@ -156,7 +156,7 @@ static int load_environment(void)
envfs_load(default_environment_path, "/env", 0);
} else {
if (IS_ENABLED(CONFIG_DEFAULT_ENVIRONMENT))
- pr_notice("No support for persistent environment. Using default environment");
+ pr_notice("No support for persistent environment. Using default environment\n");
}
nvvar_load();