projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2753b0
)
mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL
author
Peng Fan
<Peng.Fan@freescale.com>
Mon, 20 Jul 2015 11:28:32 +0000
(19:28 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 2 Aug 2015 09:05:08 +0000
(11:05 +0200)
DRAM space starts from 0x80000000 for i.MX6UL, so need to
fix LOADADDR, SYS_TEXT_BASE.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
include/configs/mx6_common.h
patch
|
blob
|
history
diff --git
a/include/configs/mx6_common.h
b/include/configs/mx6_common.h
index ce43bd71cb7786f49cec09ac89c631ba92f736a5..ef4cb68e8d731b669f3d8b8f9b2bc19861ef7042 100644
(file)
--- a/
include/configs/mx6_common.h
+++ b/
include/configs/mx6_common.h
@@
-54,7
+54,7
@@
#define CONFIG_REVISION_TAG
/* Boot options */
-#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL))
+#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL)
|| defined(CONFIG_MX6UL)
)
#define CONFIG_LOADADDR 0x82000000
#ifndef CONFIG_SYS_TEXT_BASE
#define CONFIG_SYS_TEXT_BASE 0x87800000