diff options
Diffstat (limited to 'common/env_common.c')
-rw-r--r-- | common/env_common.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/common/env_common.c b/common/env_common.c index f1aaed23990..2af5d528fcb 100644 --- a/common/env_common.c +++ b/common/env_common.c @@ -67,6 +67,21 @@ uchar default_environment[] = { #ifdef CONFIG_RAMBOOTCOMMAND "ramboot=" CONFIG_RAMBOOTCOMMAND "\0" #endif +#ifdef CONFIG_HDBOOT + "usbhdboot=" CONFIG_HDBOOT "\0" +#endif +#ifdef CONFIG_USB_EXT2_BOOT + "usbext2boot=" CONFIG_USB_EXT2_BOOT "\0" +#endif +#ifdef CONFIG_USB_FAT_BOOT + "usbfatboot=" CONFIG_USB_FAT_BOOT "\0" +#endif +#ifdef CONFIG_NANDBOOT + "nandboot=" CONFIG_NANDBOOT "\0" +#endif +#ifdef CONFIG_NORBOOT + "norboot=" CONFIG_NORBOOT "\0" +#endif #ifdef CONFIG_NFSBOOTCOMMAND "nfsboot=" CONFIG_NFSBOOTCOMMAND "\0" #endif |