From 2732035da9d7e4792a4705c5f81d09dc58de9c29 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 19 Dec 2022 16:26:59 +0100 Subject: [PATCH] board: presidio-asic: Remove CONFIG_TARGET_VENUS Symbol is not defined anywhere that's why remove it. Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/e34404488b2b46cbb2a10c1663e809ff34287a66.1671463617.git.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 8d8842e..220ec79 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 -- 2.7.4