X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsama5d27_wlsom1_ek.h;h=1979cb366e54c94ae9a00bc61cd8a382cbaf9a98;hb=65cc0e2a65d2c9f107b2f42db6396d9ade6c5ad8;hp=178a6ad4eed529011b1d817701644dce67895d6a;hpb=10f6e4dc3a16c21f235416f975ecf2070ceb351f;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sama5d27_wlsom1_ek.h b/include/configs/sama5d27_wlsom1_ek.h index 178a6ad..1979cb3 100644 --- a/include/configs/sama5d27_wlsom1_ek.h +++ b/include/configs/sama5d27_wlsom1_ek.h @@ -12,15 +12,13 @@ #include "at91-sama5_common.h" -#undef CONFIG_SYS_AT91_MAIN_CLOCK -#define CONFIG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ +#undef CFG_SYS_AT91_MAIN_CLOCK +#define CFG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ /* SDRAM */ -#define CONFIG_SYS_SDRAM_BASE 0x20000000 -#define CONFIG_SYS_SDRAM_SIZE 0x10000000 +#define CFG_SYS_SDRAM_BASE 0x20000000 +#define CFG_SYS_SDRAM_SIZE 0x10000000 /* SPL */ -#define CONFIG_SYS_MONITOR_LEN (512 << 10) - #endif