From 1296b4cfbc854bcfa1064206139764bafd7b9a58 Mon Sep 17 00:00:00 2001 From: Kathiravan T Date: Tue, 20 Sep 2022 14:34:12 +0530 Subject: [PATCH] configs: devsoc: update the SMEM base address SMEM base address is moved to 0x4A800000, update it. Change-Id: Ic88268ac4db80efe4d50cadbee191f85f91ee06d Signed-off-by: Kathiravan T --- include/configs/devsoc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/devsoc.h b/include/configs/devsoc.h index 758f8becc0..72e688531a 100644 --- a/include/configs/devsoc.h +++ b/include/configs/devsoc.h @@ -112,7 +112,7 @@ #define CONFIG_OF_COMBINE 1 #define CONFIG_SMEM_VERSION_C -#define CONFIG_QCA_SMEM_BASE 0x4AA00000 +#define CONFIG_QCA_SMEM_BASE 0x4A800000 #define CONFIG_IPQ_FDT_HIGH 0x48500000 #define CONFIG_ENV_IS_IN_SPI_FLASH 1