summaryrefslogtreecommitdiff
path: root/include/configs/thuban.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/thuban.h')
-rw-r--r--include/configs/thuban.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/configs/thuban.h b/include/configs/thuban.h
index d45ff7d84d..3b120073fe 100644
--- a/include/configs/thuban.h
+++ b/include/configs/thuban.h
@@ -50,24 +50,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_THUBAN_H */