From: Shaohui Xie Date: Wed, 7 Sep 2016 09:56:09 +0000 (+0800) Subject: armv8: fsl-layerscape: add define CONFIG_STANDALONE_LOAD_ADDR for standalone app X-Git-Tag: v2016.11-rc1~40^2~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a8c9d66c644dbfef6b953ab530565da3f61c6665;p=oweals%2Fu-boot.git 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 Signed-off-by: Gong Qianyu Reviewed-by: York Sun --- diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h b/arch/arm/include/asm/arch-fsl-layerscape/config.h index 3eb7e3c983..b27087df78 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 +#define CONFIG_STANDALONE_LOAD_ADDR 0x80300000 + #ifdef CONFIG_SYS_FSL_DDR4 #define CONFIG_SYS_FSL_DDRC_GEN4 #else