diff options
Diffstat (limited to 'include/configs/wb45n.h')
-rw-r--r-- | include/configs/wb45n.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/wb45n.h b/include/configs/wb45n.h index 43de2e1119..36060975c1 100644 --- a/include/configs/wb45n.h +++ b/include/configs/wb45n.h @@ -66,9 +66,6 @@ #ifdef CONFIG_SYS_USE_NANDFLASH /* bootstrap + u-boot + env + linux in nandflash */ -#define CONFIG_ENV_OFFSET 0xa0000 -#define CONFIG_ENV_OFFSET_REDUND 0xc0000 -#define CONFIG_ENV_SIZE 0x20000 /* 1 block = 128 kB */ #define CONFIG_BOOTCOMMAND "nand read 0x22000000 0xe0000 0x280000; " \ "run _mtd; bootm" |