X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fowl-common.h;h=b0233b96b06dc2d76bf16d07bf718810d0b664e9;hb=a29491ade0adf3dbb9dc51be8b45530edde1f1df;hp=96453214eeb98f2db5f0586ac294ae4f02511982;hpb=df6cf3d809fe543651e6bdf133baaa8b9841fe0f;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/owl-common.h b/include/configs/owl-common.h index 9645321..b0233b9 100644 --- a/include/configs/owl-common.h +++ b/include/configs/owl-common.h @@ -13,9 +13,6 @@ /* SDRAM Definitions */ #define CONFIG_SYS_SDRAM_BASE 0x0 -/* Generic Timer Definitions */ -#define COUNTER_FREQUENCY (24000000) /* 24MHz */ - /* Some commands use this as the default load address */ /* @@ -23,11 +20,7 @@ * image to the top of SDRAM. After relocation u-boot moves the stack to the * proper place. */ -#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x7ff00) /* Console configuration */ -#define CONFIG_SYS_CBSIZE 1024 /* Console buffer size */ -#define CONFIG_SYS_MAXARGS 64 -#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE #endif