X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fopenrd.h;h=5c59cabc08859de65c3dfd9477cd287f4d8319a1;hb=6d7dacf726ca043a3f5487549bbfa506c990c813;hp=17611bc56873a9b02b57dc10816dc8f60f7b6925;hpb=406fd7e207d3593f150079514a371dccdc651ce7;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/openrd.h b/include/configs/openrd.h index 17611bc..5c59cab 100644 --- a/include/configs/openrd.h +++ b/include/configs/openrd.h @@ -33,16 +33,10 @@ /* * Environment variables configurations */ -#ifdef CONFIG_CMD_NAND -#define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K */ -#endif /* * max 4k env size is enough, but in case of nand * it has to be rounded to sector size */ -#define CONFIG_ENV_SIZE 0x20000 /* 128k */ -#define CONFIG_ENV_ADDR 0x60000 -#define CONFIG_ENV_OFFSET 0x60000 /* env starts here */ /* * Environment is right behind U-Boot in flash. Make sure U-Boot * doesn't grow into the environment area.