mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-19 17:23:24 +08:00
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
This commit is contained in:
parent
537ca0bee6
commit
2732035da9
@ -34,10 +34,8 @@ skip_smp_setup:
|
|||||||
|
|
||||||
#if defined(CONFIG_GICV2) || defined(CONFIG_GICV3)
|
#if defined(CONFIG_GICV2) || defined(CONFIG_GICV3)
|
||||||
branch_if_slave x0, 1f
|
branch_if_slave x0, 1f
|
||||||
#ifndef CONFIG_TARGET_VENUS
|
|
||||||
ldr x0, =GICD_BASE
|
ldr x0, =GICD_BASE
|
||||||
bl gic_init_secure
|
bl gic_init_secure
|
||||||
#endif
|
|
||||||
1:
|
1:
|
||||||
#if defined(CONFIG_GICV3)
|
#if defined(CONFIG_GICV3)
|
||||||
ldr x0, =GICR_BASE
|
ldr x0, =GICR_BASE
|
||||||
|
Loading…
Reference in New Issue
Block a user