X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fexynos-common.h;h=ade66a43309d8ee5fe5135515e10962a336f36cf;hb=a1dc980d88a5c9c2b99251c8d8299b0c8948de73;hp=6f57b21b304632e3c37b2b93b397b7306ef36b47;hpb=0ff27d4a94637d4b1937c625d33212375bd118d9;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h index 6f57b21..ade66a4 100644 --- a/include/configs/exynos-common.h +++ b/include/configs/exynos-common.h @@ -23,7 +23,7 @@ /* input clock of PLL: 24MHz input clock */ #define CONFIG_SYS_CLK_FREQ 24000000 -#define CONFIG_TIMER_CLK_FREQ CONFIG_SYS_CLK_FREQ +#define COUNTER_FREQUENCY CONFIG_SYS_CLK_FREQ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_CMDLINE_TAG @@ -34,7 +34,6 @@ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 << 20)) /* select serial console configuration */ -#define CONFIG_BAUDRATE 115200 /* SD/MMC configuration */ #define CONFIG_BOUNCE_BUFFER @@ -53,9 +52,6 @@ /* Boot Argument Buffer Size */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE -/* FLASH and environment organization */ -#define CONFIG_SYS_NO_FLASH - #include #endif /* __CONFIG_H */