MAINLINE TRATS2: config: change TEXT_BASE from 0x78100000 to 0x43e00000.
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 22 Jul 2013 05:25:36 +0000 (14:25 +0900)
committerLukasz Majewski <l.majewski@samsung.com>
Tue, 18 Mar 2014 15:48:59 +0000 (16:48 +0100)
To load the u-boot image, change the TEXT_BASE from 0x78100000 to
0x43e00000.

Change-Id: Ib79d630bd61f5af8f4f341a25a6f63af7bef33b4
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/trats2.h

index c6e806c..77b9667 100644 (file)
@@ -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