diff options
Diffstat (limited to 'include/configs/xtfpga.h')
-rw-r--r-- | include/configs/xtfpga.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xtfpga.h b/include/configs/xtfpga.h index 7d7d9bb983..206ec344d9 100644 --- a/include/configs/xtfpga.h +++ b/include/configs/xtfpga.h @@ -250,7 +250,6 @@ * Put environment in top block (64kB) * Another option would be to put env. in 2nd param block offs 8KB, size 8KB */ -#define CONFIG_ENV_IS_IN_FLASH #define CONFIG_ENV_OFFSET (CONFIG_SYS_FLASH_SIZE - CONFIG_SYS_FLASH_SECT_SZ) #define CONFIG_ENV_SIZE CONFIG_SYS_FLASH_SECT_SZ |