X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fwb45n.h;h=36060975c10eef002cbd10d649f071f1f49a731c;hb=b9da77f1958aab4ec50ff2f095b40464ca2489dd;hp=43de2e11193315178ea6ce9591c7b8deda7ac776;hpb=4862830b696a6d0750e19d32a82553cdb41a85f8;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/wb45n.h b/include/configs/wb45n.h index 43de2e1..3606097 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"