[U-Boot] [PATCH 5/8] armv8: fsl-layerscape: add define CONFIG_STANDALONE_LOAD_ADDR for standalone app

york sun york.sun at nxp.com
Fri Aug 26 18:05:36 CEST 2016


On 08/26/2016 04:40 AM, Gong Qianyu wrote:
> From: Shaohui Xie <Shaohui.Xie at nxp.com>
>
> The CONFIG_STANDALONE_LOAD_ADDR is set to 0x80300000 by default.
>
> Signed-off-by: Shaohui Xie <Shaohui.Xie at nxp.com>
> Signed-off-by: Gong Qianyu <Qianyu.Gong at nxp.com>
> ---
>  arch/arm/include/asm/arch-fsl-layerscape/config.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h b/arch/arm/include/asm/arch-fsl-layerscape/config.h
> index b0ad4b4..c7e374c 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
> +

Do you really need this? It is default to 0x80300000 in arch/arm/config.mk.

York



More information about the U-Boot mailing list