Commit 62fa9c2e authored by Antonio Nino Diaz's avatar Antonio Nino Diaz
Browse files

rpi3: Remove references to removed build options



Change-Id: Ida5364da1346261cf1636c6a4956a562a5c36ee7
Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
parent 60e19f57
...@@ -85,9 +85,6 @@ ERRATA_A53_855873 := 1 ...@@ -85,9 +85,6 @@ ERRATA_A53_855873 := 1
WORKAROUND_CVE_2017_5715 := 0 WORKAROUND_CVE_2017_5715 := 0
# Disable the PSCI platform compatibility layer by default
ENABLE_PLAT_COMPAT := 0
# Disable stack protector by default # Disable stack protector by default
ENABLE_STACK_PROTECTOR := 0 ENABLE_STACK_PROTECTOR := 0
...@@ -100,9 +97,6 @@ SEPARATE_CODE_AND_RODATA := 1 ...@@ -100,9 +97,6 @@ SEPARATE_CODE_AND_RODATA := 1
# Use Coherent memory # Use Coherent memory
USE_COHERENT_MEM := 1 USE_COHERENT_MEM := 1
# Enable new version of image loading
LOAD_IMAGE_V2 := 1
# Use multi console API # Use multi console API
MULTI_CONSOLE_API := 1 MULTI_CONSOLE_API := 1
...@@ -142,10 +136,6 @@ ifneq (${RPI3_DIRECT_LINUX_BOOT}, 0) ...@@ -142,10 +136,6 @@ ifneq (${RPI3_DIRECT_LINUX_BOOT}, 0)
endif endif
endif endif
ifneq (${LOAD_IMAGE_V2}, 1)
$(error Error: rpi3 needs LOAD_IMAGE_V2=1)
endif
ifneq (${MULTI_CONSOLE_API}, 1) ifneq (${MULTI_CONSOLE_API}, 1)
$(error Error: rpi3 needs MULTI_CONSOLE_API=1) $(error Error: rpi3 needs MULTI_CONSOLE_API=1)
endif endif
...@@ -182,8 +172,6 @@ ifneq (${TRUSTED_BOARD_BOOT},0) ...@@ -182,8 +172,6 @@ ifneq (${TRUSTED_BOARD_BOOT},0)
include drivers/auth/mbedtls/mbedtls_crypto.mk include drivers/auth/mbedtls/mbedtls_crypto.mk
include drivers/auth/mbedtls/mbedtls_x509.mk include drivers/auth/mbedtls/mbedtls_x509.mk
USE_TBBR_DEFS := 1
AUTH_SOURCES := drivers/auth/auth_mod.c \ AUTH_SOURCES := drivers/auth/auth_mod.c \
drivers/auth/crypto_mod.c \ drivers/auth/crypto_mod.c \
drivers/auth/img_parser_mod.c \ drivers/auth/img_parser_mod.c \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment