From 322f80afc8ccf2b602dc84d1b177ed0bd21211e7 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 22 Jul 2013 14:25:36 +0900 Subject: [PATCH] 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 --- include/configs/trats2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4