X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Focteon_common.h;h=7e71c83887f39f3f6e742e6be54ed4548b127bab;hb=bf2c48fa1a6e068f232d84aae43b5dad654a9017;hp=23bb4f676f8ec53f168882b283591fa6eb68d57f;hpb=7cfbba36e9f84312afe8cd6d12db4e9e9c1e04b5;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/octeon_common.h b/include/configs/octeon_common.h index 23bb4f6..7e71c83 100644 --- a/include/configs/octeon_common.h +++ b/include/configs/octeon_common.h @@ -8,14 +8,13 @@ #define __OCTEON_COMMON_H__ #if defined(CONFIG_RAM_OCTEON) -#define CONFIG_SYS_INIT_SP_OFFSET 0x20100000 +#define CONFIG_SYS_INIT_SP_OFFSET 0x20180000 #else /* No DDR init -> run in L2 cache with limited resources */ #define CONFIG_SYS_INIT_SP_OFFSET 0x00180000 #endif #define CONFIG_SYS_SDRAM_BASE 0xffffffff80000000 -#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */