[PATCH] board: presidio-asic: Remove CONFIG_TARGET_VENUS

Symbol is not defined anywhere that's why remove it.
Signed-off-by: Michal Simek michal.simek@amd.com ---
board/cortina/presidio-asic/lowlevel_init.S | 2 -- 1 file changed, 2 deletions(-)
diff --git a/board/cortina/presidio-asic/lowlevel_init.S b/board/cortina/presidio-asic/lowlevel_init.S index 8d8842ebedfa..220ec79e87e3 100644 --- a/board/cortina/presidio-asic/lowlevel_init.S +++ b/board/cortina/presidio-asic/lowlevel_init.S @@ -34,10 +34,8 @@ skip_smp_setup:
#if defined(CONFIG_GICV2) || defined(CONFIG_GICV3) branch_if_slave x0, 1f -#ifndef CONFIG_TARGET_VENUS ldr x0, =GICD_BASE bl gic_init_secure -#endif 1: #if defined(CONFIG_GICV3) ldr x0, =GICR_BASE

On 12/19/22 16:26, Michal Simek wrote:
Symbol is not defined anywhere that's why remove it.
Signed-off-by: Michal Simek michal.simek@amd.com
board/cortina/presidio-asic/lowlevel_init.S | 2 -- 1 file changed, 2 deletions(-)
diff --git a/board/cortina/presidio-asic/lowlevel_init.S b/board/cortina/presidio-asic/lowlevel_init.S index 8d8842ebedfa..220ec79e87e3 100644 --- a/board/cortina/presidio-asic/lowlevel_init.S +++ b/board/cortina/presidio-asic/lowlevel_init.S @@ -34,10 +34,8 @@ skip_smp_setup:
#if defined(CONFIG_GICV2) || defined(CONFIG_GICV3) branch_if_slave x0, 1f -#ifndef CONFIG_TARGET_VENUS ldr x0, =GICD_BASE bl gic_init_secure -#endif 1: #if defined(CONFIG_GICV3) ldr x0, =GICR_BASE
Applied. M
participants (1)
-
Michal Simek