[U-Boot] [Patch v2 3/3] ls1088a: PPA Memory Address modified as per new memory map

York Sun york.sun at nxp.com
Tue Jun 13 20:29:47 UTC 2017


On 05/05/2017 02:16 AM, Amrita Kumari wrote:
> Signed-off-by: Amrita Kumari <amrita.kumari at nxp.com>
> ---
>   arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
> index e4968a7..e84a2b0 100644
> --- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
> +++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
> @@ -198,7 +198,7 @@ config SYS_LS_PPA_FW_ADDR
>   	default 0x20400000 if SYS_LS_PPA_FW_IN_XIP && QSPI_BOOT && ARCH_LS2080A
>   	default 0x40400000 if SYS_LS_PPA_FW_IN_XIP && QSPI_BOOT
>   	default 0x580400000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS2080A
> -	default 0x20a00000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS1088A
> +	default 0x20400000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS1088A
>   	default 0x60400000 if SYS_LS_PPA_FW_IN_XIP
>   	default 0x400000 if SYS_LS_PPA_FW_IN_MMC
>   	default 0x400000 if SYS_LS_PPA_FW_IN_NAND
> 

Do not post a patch to both internal and upstream lists in the same email.

Please squash your patch with the patch adding such soc and submit again.

York


More information about the U-Boot mailing list