projects
/
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:
18e953f
)
MAINLINE 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
Lukasz Majewski
<l.majewski@samsung.com>
Mon, 10 Mar 2014 09:14:00 +0000
(10:14 +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
patch
|
blob
|
history
diff --git
a/include/configs/trats2.h
b/include/configs/trats2.h
index
c6e806c
..
77b9667
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