diff options
Diffstat (limited to 'include/configs/boston.h')
-rw-r--r-- | include/configs/boston.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/boston.h b/include/configs/boston.h index 61aaa26989..e5dc0c8e32 100644 --- a/include/configs/boston.h +++ b/include/configs/boston.h @@ -53,14 +53,5 @@ /* * Environment */ -#define CONFIG_ENV_SECT_SIZE 0x20000 -#define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE -#ifdef CONFIG_64BIT -# define CONFIG_ENV_ADDR \ - (0xffffffffb8000000 + (128 << 20) - CONFIG_ENV_SIZE) -#else -# define CONFIG_ENV_ADDR \ - (0xb8000000 + (128 << 20) - CONFIG_ENV_SIZE) -#endif #endif /* __CONFIGS_BOSTON_H__ */ |