]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
plat: brcm: Remove 'AARCH32' deprecated macro
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Wed, 7 Oct 2020 17:53:23 +0000 (18:53 +0100)
committerManish Pandey <manish.pandey2@arm.com>
Mon, 12 Oct 2020 10:40:27 +0000 (10:40 +0000)
Removed 'AARCH32' deprecated macro from 'stingray'
Broadcom platform code.

Change-Id: If8d9e785b7980fefd39df06547fcf71b899fd735
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
plat/brcm/board/stingray/src/brcm_pm_ops.c

index 090fbca538651b21124824ecc25d53cb4f160c35..03a604c152672444a8aee0abd5069728a2289480 100644 (file)
@@ -323,7 +323,7 @@ static int brcm_validate_ns_entrypoint(uintptr_t entrypoint)
        if ((entrypoint >= BRCM_NS_DRAM1_BASE) &&
            (entrypoint < (BRCM_NS_DRAM1_BASE + BRCM_NS_DRAM1_SIZE)))
                return PSCI_E_SUCCESS;
-#ifndef AARCH32
+#ifdef __aarch64__
        if ((entrypoint >= BRCM_DRAM2_BASE) &&
            (entrypoint < (BRCM_DRAM2_BASE + BRCM_DRAM2_SIZE)))
                return PSCI_E_SUCCESS;