summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/env/fw_env.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c
index 21a7837081..3299432f6e 100644
--- a/tools/env/fw_env.c
+++ b/tools/env/fw_env.c
@@ -133,6 +133,9 @@ static char default_environment[] = {
#if defined(CONFIG_RAMBOOTCOMMAND)
"ramboot=" CONFIG_RAMBOOTCOMMAND "\0"
#endif
+#if defined(CONFIG_NFSBOOTCOMMAND)
+ "nfsboot=" CONFIG_NFSBOOTCOMMAND "\0"
+#endif
#if defined(CONFIG_HDBOOT)
"usbhdboot=" CONFIG_HDBOOT "\0"
#endif