X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fti_omap3_common.h;h=531bffca8c3974131286973895f079b8b80a2e20;hb=34330a362f9ae89abfa5be312296e03f723704dd;hp=393d867a73360870539ae78a6b9ad5a70b81ede9;hpb=102d86552abc82818c22b39fdef4b3a280a60643;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/ti_omap3_common.h b/include/configs/ti_omap3_common.h index 393d867..531bffc 100644 --- a/include/configs/ti_omap3_common.h +++ b/include/configs/ti_omap3_common.h @@ -21,9 +21,6 @@ #include #include -/* The chip has SDRC controller */ -#define CONFIG_SDRC - /* Clock Defines */ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK >> 1) @@ -60,7 +57,6 @@ /* SPL */ #define CONFIG_SPL_TEXT_BASE 0x40200800 -#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-omap2/u-boot-spl.lds" #define CONFIG_SYS_SPL_ARGS_ADDR (CONFIG_SYS_SDRAM_BASE + \ (64 << 20))