X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fevb_ast2500.h;h=b109a151838730b32029e7985e3b24661aec2029;hb=46b5c8ed017958fc387ab86c71ae6c90abb6793c;hp=e4b07e3bd68656163e52b71262b3ae3e0596706a;hpb=e8f80a5a58c9b506453cc0780687e8ed457d30a6;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/evb_ast2500.h b/include/configs/evb_ast2500.h index e4b07e3..b109a15 100644 --- a/include/configs/evb_ast2500.h +++ b/include/configs/evb_ast2500.h @@ -11,14 +11,10 @@ #include -#define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE + 0x300000) -#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x5000000) - #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE -/* Memory Info */ -#define CONFIG_SYS_LOAD_ADDR 0x83000000 - -#define CONFIG_ENV_SIZE 0x20000 +/* Misc */ +#define CONFIG_EXTRA_ENV_SETTINGS \ + "" #endif /* __CONFIG_H */