From: Michal Simek <michal.simek@amd.com>
Date: Mon, 19 Dec 2022 15:26:59 +0000 (+0100)
Subject: board: presidio-asic: Remove CONFIG_TARGET_VENUS
X-Git-Tag: v2025.01-rc5-pxa1908~1135^2~21
X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=2732035da9d7e4792a4705c5f81d09dc58de9c29;p=u-boot.git

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
---

diff --git a/board/cortina/presidio-asic/lowlevel_init.S b/board/cortina/presidio-asic/lowlevel_init.S
index 8d8842ebed..220ec79e87 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