diff mbox

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

Message ID 1493975597-24842-3-git-send-email-amrita.kumari@nxp.com
State Changes Requested
Delegated to: York Sun
Headers show

Commit Message

Amrita Kumari May 5, 2017, 9:13 a.m. UTC
Signed-off-by: Amrita Kumari <amrita.kumari@nxp.com>
---
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

York Sun June 13, 2017, 8:29 p.m. UTC | #1
On 05/05/2017 02:16 AM, Amrita Kumari wrote:
> Signed-off-by: Amrita Kumari <amrita.kumari@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
diff mbox

Patch

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