diff options
author | Michal Simek | 2022-12-19 16:26:59 +0100 |
---|---|---|
committer | Michal Simek | 2023-01-11 15:18:08 +0100 |
commit | 2732035da9d7e4792a4705c5f81d09dc58de9c29 (patch) | |
tree | d581f2441725395a3c205cc246aa6b91d495ce9f /board/cortina | |
parent | 537ca0bee6e6ffd83926521e03c90bbc42cf65e2 (diff) |
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>
Link: https://lore.kernel.org/r/e34404488b2b46cbb2a10c1663e809ff34287a66.1671463617.git.michal.simek@amd.com
Diffstat (limited to 'board/cortina')
-rw-r--r-- | board/cortina/presidio-asic/lowlevel_init.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/cortina/presidio-asic/lowlevel_init.S b/board/cortina/presidio-asic/lowlevel_init.S index 8d8842ebedf..220ec79e87e 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 |