diff options
Diffstat (limited to 'include/configs/bk4r1.h')
-rw-r--r-- | include/configs/bk4r1.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/bk4r1.h b/include/configs/bk4r1.h index 2575a0de3f..0566892e15 100644 --- a/include/configs/bk4r1.h +++ b/include/configs/bk4r1.h @@ -259,11 +259,4 @@ #define CONFIG_SYS_INIT_SP_ADDR \ (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) -#ifdef CONFIG_ENV_IS_IN_NAND -#define CONFIG_ENV_SECT_SIZE (SZ_128K) -#define CONFIG_ENV_SIZE (SZ_8K) -#define CONFIG_ENV_OFFSET 0x200000 -#define CONFIG_ENV_OFFSET_REDUND 0x220000 -#endif - #endif /* __CONFIG_H */ |