summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>2009-06-23 16:37:16 +0530
committerJustin Waters <justin.waters@timesys.com>2009-10-07 15:47:49 -0400
commitb2b3a892a3d16019ac675fea40d875ba6da7878c (patch)
tree8d023bc29384b4582bc5b14ff72d5651043cdf09
parentc023c44922f54361a8e11321843b2292a55d84fc (diff)
Added nfsboot command in tools/env/fw_env.c which was deleted by by mistake in pre-alpha release.
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
-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