From: Marek Mojík Date: Thu, 6 Jun 2024 16:33:24 +0000 (+0200) Subject: powerpc: mpc85xx: use CONFIG_VAL() for SYS_MONITOR_BASE in start.s X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=748023c6bacc82f04f08f7251347debadefc34d5;p=u-boot.git powerpc: mpc85xx: use CONFIG_VAL() for SYS_MONITOR_BASE in start.s Use CONFIG_VAL() for SYS_MONITOR_BASE in start.S so that correct value is used for SPL. Signed-off-by: Marek Mojík Reviewed-by: Marek Behún --- diff --git a/arch/powerpc/cpu/mpc85xx/start.S b/arch/powerpc/cpu/mpc85xx/start.S index b737d5d12f..3e24a90233 100644 --- a/arch/powerpc/cpu/mpc85xx/start.S +++ b/arch/powerpc/cpu/mpc85xx/start.S @@ -116,7 +116,7 @@ bootsect: .long (CONFIG_FSL_PREPBL_ESDHC_BOOT_SECTOR_START + CONFIG_FSL_PREPBL_ESDHC_BOOT_SECTOR_DATA) * 512 .org 0x58 /* Target address in the system's local memory address space */ - .long CONFIG_SYS_MONITOR_BASE + .long CONFIG_VAL(SYS_MONITOR_BASE) .org 0x60 /* Execution starting address */ .long _start