payloads/libpayload: Remove ARCH_SPECIFIC_OPTIONS

Remove dummy ARCH_SPECIFIC_OPTIONS.

Change-Id: Ia71021b8597b1d6a227292b6568351e994ad62b0
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76940
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Elyes Haouas
2023-08-12 08:01:10 +02:00
committed by Martin L Roth
parent 0ace876a74
commit 5a303b2194
4 changed files with 11 additions and 19 deletions

View File

@@ -26,12 +26,11 @@
## SUCH DAMAGE.
##
if ARCH_ARM64
config ARCH_SPECIFIC_OPTIONS
def_bool y
config ARCH_ARM64
select LITTLE_ENDIAN
if ARCH_ARM64
config ARM64_A53_ERRATUM_843419
bool "Enable Cortex-A53 erratum 843419 linker workaround"
default n