summaryrefslogtreecommitdiff
path: root/include/configs/draco.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/draco.h')
-rw-r--r--include/configs/draco.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/draco.h b/include/configs/draco.h
index b4998f5c2e..21367f0a6f 100644
--- a/include/configs/draco.h
+++ b/include/configs/draco.h
@@ -30,8 +30,6 @@
/* Define own nand partitions */
#define CONFIG_ENV_RANGE (4 * CONFIG_SYS_ENV_SECT_SIZE)
-#ifndef CONFIG_SPL_BUILD
-
/* Default env settings */
#define CONFIG_EXTRA_ENV_SETTINGS \
"hostname=draco\0" \
@@ -43,8 +41,4 @@
CONFIG_ENV_SETTINGS_V2 \
CONFIG_ENV_SETTINGS_NAND_V2
-#ifndef CONFIG_RESTORE_FLASH
-/* set to negative value for no autoboot */
-#endif
-#endif /* CONFIG_SPL_BUILD */
#endif /* ! __CONFIG_DRACO_H */