projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f7988
)
armv8: fsl-layerscape: add define CONFIG_STANDALONE_LOAD_ADDR for standalone app
author
Shaohui Xie
<Shaohui.Xie@nxp.com>
Wed, 7 Sep 2016 09:56:09 +0000
(17:56 +0800)
committer
York Sun
<york.sun@nxp.com>
Wed, 14 Sep 2016 21:10:11 +0000
(14:10 -0700)
The CONFIG_STANDALONE_LOAD_ADDR is set to 0x80300000 by default.
Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com>
Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/include/asm/arch-fsl-layerscape/config.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-fsl-layerscape/config.h
b/arch/arm/include/asm/arch-fsl-layerscape/config.h
index 3eb7e3c983f800bfa3ed3789f2484be515e4137f..b27087df78e887dbdd1d502063ac398b51b1c51a 100644
(file)
--- a/
arch/arm/include/asm/arch-fsl-layerscape/config.h
+++ b/
arch/arm/include/asm/arch-fsl-layerscape/config.h
@@
-9,6
+9,8
@@
#include <fsl_ddrc_version.h>
+#define CONFIG_STANDALONE_LOAD_ADDR 0x80300000
+
#ifdef CONFIG_SYS_FSL_DDR4
#define CONFIG_SYS_FSL_DDRC_GEN4
#else