diff options
Diffstat (limited to 'include/configs/brxre1.h')
-rw-r--r-- | include/configs/brxre1.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/brxre1.h b/include/configs/brxre1.h index 30bd8cb383..ea15912c90 100644 --- a/include/configs/brxre1.h +++ b/include/configs/brxre1.h @@ -66,8 +66,5 @@ BUR_COMMON_ENV \ /* Environment */ #define CONFIG_SYS_MMC_ENV_DEV 1 #define CONFIG_SYS_MMC_ENV_PART 2 -#define CONFIG_ENV_SIZE 0x10000 -#define CONFIG_ENV_OFFSET 0x40000 /* TODO: Adresse definieren */ -#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) #endif /* __CONFIG_BRXRE1_H__ */ |