summaryrefslogtreecommitdiff
path: root/tools/env/fw_env.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/env/fw_env.c')
-rw-r--r--tools/env/fw_env.c16
1 files changed, 14 insertions, 2 deletions
diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c
index a46205d8687..21a78370818 100644
--- a/tools/env/fw_env.c
+++ b/tools/env/fw_env.c
@@ -133,8 +133,20 @@ static char default_environment[] = {
#if defined(CONFIG_RAMBOOTCOMMAND)
"ramboot=" CONFIG_RAMBOOTCOMMAND "\0"
#endif
-#if defined(CONFIG_NFSBOOTCOMMAND)
- "nfsboot=" CONFIG_NFSBOOTCOMMAND "\0"
+#if defined(CONFIG_HDBOOT)
+ "usbhdboot=" CONFIG_HDBOOT "\0"
+#endif
+#if defined(CONFIG_USB_EXT2_BOOT)
+ "usbext2boot=" CONFIG_USB_EXT2_BOOT "\0"
+#endif
+#if defined(CONFIG_USB_FAT_BOOT)
+ "usbfatboot=" CONFIG_USB_FAT_BOOT "\0"
+#endif
+#if defined(CONFIG_NANDBOOT)
+ "nandboot=" CONFIG_NANDBOOT "\0"
+#endif
+#if defined(CONFIG_NORBOOT)
+ "norboot=" CONFIG_NORBOOT "\0"
#endif
#if defined(CONFIG_BOOTDELAY) && (CONFIG_BOOTDELAY >= 0)
"bootdelay=" MK_STR (CONFIG_BOOTDELAY) "\0"