X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fjadecpu.h;h=c1193926bde8f22e6bc43d989848faaeeb90ed6f;hb=47293c18bae2e293667fe28f23201013ea8308ad;hp=29c534c4a9f248050c74f51563eafbb952d72d79;hpb=ae37a0704a8a27e47471f541a68b88370cd14aa8;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/jadecpu.h b/include/configs/jadecpu.h index 29c534c..c119392 100644 --- a/include/configs/jadecpu.h +++ b/include/configs/jadecpu.h @@ -146,6 +146,9 @@ #define PHYS_SDRAM 0x40000000 /* Start address of DDRRAM */ #define PHYS_SDRAM_SIZE 0x08000000 /* 128 megs */ +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM +#define CONFIG_SYS_INIT_SP_ADDR 0x01008000 + /* * FLASH and environment organization */ @@ -194,7 +197,6 @@ * Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (0x400000 - 0x8000) -#define CONFIG_SYS_GBL_DATA_SIZE 128 /* 128 bytes for initial data */ #define CONFIG_STACKSIZE (32*1024) /* regular stack */