X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Forigen.h;h=36aaa7c14fb3c5295c4f99f49cefd515d308bc80;hb=46b5c8ed017958fc387ab86c71ae6c90abb6793c;hp=c4f5997c3dec3294451b31974189700341e463b6;hpb=24c904f309f820f8aef4d6364e7bf584d70c0cad;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/origen.h b/include/configs/origen.h index c4f5997..36aaa7c 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -10,10 +10,6 @@ #include -/* High Level Configuration Options */ -#define CONFIG_EXYNOS4210 1 /* which is a EXYNOS4210 SoC */ -#define CONFIG_ORIGEN 1 /* working with ORIGEN*/ - /* ORIGEN has 4 bank of DRAM */ #define CONFIG_SYS_SDRAM_BASE 0x40000000 #define PHYS_SDRAM_1 CONFIG_SYS_SDRAM_BASE @@ -48,8 +44,4 @@ #define RESERVE_BLOCK_SIZE (512) #define BL1_SIZE (16 << 10) /*16 K reserved for BL1*/ -#define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024) - -#define CONFIG_SYS_INIT_SP_ADDR 0x02040000 - #endif /* __CONFIG_H */