summaryrefslogtreecommitdiff
path: root/common/env_embedded.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/env_embedded.c')
-rw-r--r--common/env_embedded.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/env_embedded.c b/common/env_embedded.c
index ae6cac4390d..5dfc73ee861 100644
--- a/common/env_embedded.c
+++ b/common/env_embedded.c
@@ -111,6 +111,21 @@ env_t environment __PPCENV__ = {
#if defined(CONFIG_RAMBOOTCOMMAND)
"ramboot=" CONFIG_RAMBOOTCOMMAND "\0"
#endif
+#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_NFSBOOTCOMMAND)
"nfsboot=" CONFIG_NFSBOOTCOMMAND "\0"
#endif