diff options
author | Shaohui Xie <Shaohui.Xie@nxp.com> | 2016-09-07 17:56:09 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-09-14 14:10:11 -0700 |
commit | a8c9d66c644dbfef6b953ab530565da3f61c6665 (patch) | |
tree | 3f05ae7d3e60a6e285d8d31863fdc944acd1d7e4 /arch/arm/include | |
parent | 13f7988067856845ef593795003160db5ccf43cd (diff) | |
download | u-boot-imx-a8c9d66c644dbfef6b953ab530565da3f61c6665.zip u-boot-imx-a8c9d66c644dbfef6b953ab530565da3f61c6665.tar.gz u-boot-imx-a8c9d66c644dbfef6b953ab530565da3f61c6665.tar.bz2 |
armv8: fsl-layerscape: add define CONFIG_STANDALONE_LOAD_ADDR for standalone app
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>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-fsl-layerscape/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h b/arch/arm/include/asm/arch-fsl-layerscape/config.h index 3eb7e3c..b27087d 100644 --- 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 |