aboutsummaryrefslogtreecommitdiff
path: root/include/configs/draco.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/draco.h')
-rw-r--r--include/configs/draco.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/configs/draco.h b/include/configs/draco.h
index 29ce3a5..d305608 100644
--- a/include/configs/draco.h
+++ b/include/configs/draco.h
@@ -47,24 +47,6 @@
#ifndef CONFIG_RESTORE_FLASH
/* set to negative value for no autoboot */
-
-#define CONFIG_BOOTCOMMAND \
-"if dfubutton; then " \
- "run dfu_start; " \
- "reset; " \
-"fi;" \
-"run nand_boot;" \
-"run nand_boot_backup;" \
-"reset;"
-
-#else
-
-#define CONFIG_BOOTCOMMAND \
- "setenv autoload no; " \
- "dhcp; " \
- "if tftp 80000000 debrick.scr; then " \
- "source 80000000; " \
- "fi"
#endif
#endif /* CONFIG_SPL_BUILD */
#endif /* ! __CONFIG_DRACO_H */