projects
/
profile
/
common
/
platform
/
kernel
/
u-boot-artik.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edcaa09
)
artik5: configs: correct SPL_TEXT_BASE address
author
Chanho Park
<chanho61.park@samsung.com>
Mon, 2 May 2016 12:42:18 +0000
(21:42 +0900)
committer
jino.cho
<jino.cho@samsung.com>
Mon, 5 Dec 2016 07:56:00 +0000
(16:56 +0900)
This patch corrects SPL text base from 0x2025000 to
0x2026000.
Change-Id: I7de57defe6a9b639b5770af591c389cc8bd2db65
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
include/configs/artik5.h
patch
|
blob
|
history
diff --git
a/include/configs/artik5.h
b/include/configs/artik5.h
index 6918579673089e066e98d625be5cb49a33db243c..e476c83f5e4bf0f390f10ade77d80326d11069b3 100755
(executable)
--- a/
include/configs/artik5.h
+++ b/
include/configs/artik5.h
@@
-36,7
+36,7
@@
/* TRUSTZONE */
#define CONFIG_TRUSTZONE_RESERVED_DRAM 0x800000 /* USE 8MB */
-#define CONFIG_SPL_TEXT_BASE 0x0202
5
000
+#define CONFIG_SPL_TEXT_BASE 0x0202
6
000
#define CONFIG_PHY_IRAM_BASE (0x02020000)
#define CONFIG_PHY_IRAM_NS_BASE (CONFIG_PHY_IRAM_BASE + 0x3F000)