Kconfig: j721s2: Fix the scratchpad base
authorManorit Chawdhry <m-chawdhry@ti.com>
Fri, 14 Jul 2023 05:52:25 +0000 (11:22 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 21 Jul 2023 23:37:57 +0000 (19:37 -0400)
Fix the regression that occurred during the alignment of binman series
merges along with these HS fixes that caused silent regression in this.

Fixes: 30a7ee87fd1a ("Kconfig: j721s2: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region")

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
arch/arm/mach-k3/Kconfig

index bae0a82..bf1c3c5 100644 (file)
@@ -52,7 +52,7 @@ config SYS_K3_MAX_DOWNLODABLE_IMAGE_SIZE
 config SYS_K3_MCU_SCRATCHPAD_BASE
        hex
        default 0x40280000 if SOC_K3_AM654
-       default 0x40280000 if SOC_K3_J721S2
+       default 0x41cff9fc if SOC_K3_J721S2
        default 0x41cff9fc if SOC_K3_J721E
        help
          Describes the base address of MCU Scratchpad RAM.