summaryrefslogtreecommitdiffstats
path: root/include/configs/yellowstone.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/yellowstone.h')
-rw-r--r--include/configs/yellowstone.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/yellowstone.h b/include/configs/yellowstone.h
index 58717f8a60..1705d6eb22 100644
--- a/include/configs/yellowstone.h
+++ b/include/configs/yellowstone.h
@@ -92,11 +92,7 @@
* Define here the location of the environment variables (FLASH or EEPROM).
* Note: DENX encourages to use redundant environment in FLASH.
*/
-#if 1
#define CFG_ENV_IS_IN_FLASH 1 /* use FLASH for environment vars */
-#else
-#define CFG_ENV_IS_IN_EEPROM 1 /* use EEPROM for environment vars */
-#endif
/*-----------------------------------------------------------------------
* FLASH related
@@ -187,11 +183,7 @@
""
#define CONFIG_BOOTCOMMAND "run flash_self"
-#if 0
-#define CONFIG_BOOTDELAY -1 /* autoboot disabled */
-#else
#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
-#endif
#define CONFIG_BAUDRATE 115200