summaryrefslogtreecommitdiff
path: root/common/env_common.c
diff options
context:
space:
mode:
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>2009-05-30 16:42:12 +0530
committerJustin Waters <justin.waters@timesys.com>2009-10-07 15:47:49 -0400
commit3c2e9a056c7ba80126879c8acf1e57d59fc86174 (patch)
treeed4c59467b013eaa30fd41170de7dd79b9006dd6 /common/env_common.c
parente6a211e6e14cc1527662e9e5159f58747d0e02a2 (diff)
Environment updated with different boot commands for P2020RDB
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Diffstat (limited to 'common/env_common.c')
-rw-r--r--common/env_common.c15
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