projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039c4fb
)
TRATS2: config: change TEXT_BASE from 0x78100000 to 0x43e00000.
author
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 22 Jul 2013 05:25:36 +0000
(14:25 +0900)
committer
Przemyslaw Marczak
<p.marczak@samsung.com>
Thu, 3 Apr 2014 07:54:08 +0000
(09:54 +0200)
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
patch
|
blob
|
history
diff --git
a/include/configs/trats2.h
b/include/configs/trats2.h
index 7445429ecfdbb51ab5ba4c9925447a3c17a04442..7eb1c3a539f7ae8c311fb9b59ff946a4e61961a5 100644
(file)
--- 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
0x781
00000
+#define CONFIG_SYS_SDRAM_BASE (PHYS_SDRAM_1)
+#define CONFIG_SYS_TEXT_BASE
0x43e
00000
#define CONFIG_SYS_CLK_FREQ 24000000