diff options
Diffstat (limited to 'include/configs/pcu_e.h')
-rw-r--r-- | include/configs/pcu_e.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pcu_e.h b/include/configs/pcu_e.h index 7c2bf1b..6517381 100644 --- a/include/configs/pcu_e.h +++ b/include/configs/pcu_e.h @@ -231,7 +231,6 @@ #define CONFIG_ENV_SIZE 0x2000 /* Total Size of Environment */ #define CONFIG_ENV_ADDR 0xFFFFE000 /* Address of Environment Sector */ #define CONFIG_ENV_SECT_SIZE 0x2000 /* use the top-most 8k boot sector */ -#define CONFIG_ENV_IS_EMBEDDED 1 /* short-cut compile-time test */ #else /* Final version: environment in EEPROM */ #define CONFIG_ENV_IS_IN_EEPROM 1 |