projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a462c34
)
imx: imx6_spl add mx6ul support
author
Peng Fan
<Peng.Fan@freescale.com>
Mon, 20 Jul 2015 11:28:34 +0000
(19:28 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 2 Aug 2015 09:05:09 +0000
(11:05 +0200)
i.MX6UL's DRAM space starts from 0x80000000, same to i.MX6SX, so use
same address with i.MX6SX.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
include/configs/imx6_spl.h
patch
|
blob
|
history
diff --git
a/include/configs/imx6_spl.h
b/include/configs/imx6_spl.h
index 21c5dce0978fa49caf50fb849f0e14ab292b3a86..0a585b700b217e31f2734e0fc2abfd8d36db9a9d 100644
(file)
--- a/
include/configs/imx6_spl.h
+++ b/
include/configs/imx6_spl.h
@@
-61,7
+61,7
@@
#define CONFIG_SPL_LIBDISK_SUPPORT
#endif
-#if defined(CONFIG_MX6SX)
+#if defined(CONFIG_MX6SX)
|| defined(CONFIG_MX6UL)
#define CONFIG_SPL_BSS_START_ADDR 0x88200000
#define CONFIG_SPL_BSS_MAX_SIZE 0x100000 /* 1 MB */
#define CONFIG_SYS_SPL_MALLOC_START 0x88300000