From: Jaehoon Chung Date: Mon, 22 Jul 2013 05:25:36 +0000 (+0900) Subject: MAINLINE TRATS2: config: change TEXT_BASE from 0x78100000 to 0x43e00000. X-Git-Tag: submit/tizen/20140328.090301~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=322f80afc8ccf2b602dc84d1b177ed0bd21211e7;p=kernel%2Fu-boot.git MAINLINE TRATS2: config: change TEXT_BASE from 0x78100000 to 0x43e00000. To load the u-boot image, change the TEXT_BASE from 0x78100000 to 0x43e00000. Change-Id: Ib79d630bd61f5af8f4f341a25a6f63af7bef33b4 Signed-off-by: Jaehoon Chung --- diff --git a/include/configs/trats2.h b/include/configs/trats2.h index c6e806c..77b9667 100644 --- a/include/configs/trats2.h +++ b/include/configs/trats2.h @@ -49,8 +49,8 @@ #define CONFIG_SYS_MEM_TOP_HIDE (1 << 20) /* ram console */ -#define CONFIG_SYS_SDRAM_BASE (PHYS_SDRAM_1) -#define CONFIG_SYS_TEXT_BASE 0x78100000 +#define CONFIG_SYS_SDRAM_BASE (PHYS_SDRAM_1) +#define CONFIG_SYS_TEXT_BASE 0x43e00000 #define CONFIG_SYS_CLK_FREQ 24000000