diff options
Diffstat (limited to 'include/configs/blanche.h')
-rw-r--r-- | include/configs/blanche.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/blanche.h b/include/configs/blanche.h index 7f4a204a39..7ee38a7ef9 100644 --- a/include/configs/blanche.h +++ b/include/configs/blanche.h @@ -52,13 +52,5 @@ #define CONFIG_SYS_CLK_FREQ RMOBILE_XTAL_CLK /* ENV setting */ -#if !defined(CONFIG_MTD_NOR_FLASH) -#else -#undef CONFIG_ENV_ADDR -#define CONFIG_ENV_SECT_SIZE (256 * 1024) -#define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + CONFIG_SYS_MONITOR_LEN) -#define CONFIG_ENV_OFFSET (CONFIG_ENV_ADDR) -#define CONFIG_ENV_SIZE (CONFIG_ENV_SECT_SIZE) -#endif #endif /* __BLANCHE_H */ |