mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-16 01:17:01 +02:00
Merge "plat: xilinx: Use fno-jump-tables flag in CPPFLAGS" into integration
This commit is contained in:
commit
79df6ea430
@ -95,6 +95,8 @@ BL31_SOURCES += drivers/arm/cci/cci.c \
|
||||
plat/xilinx/zynqmp/pm_service/pm_api_clock.c \
|
||||
plat/xilinx/zynqmp/pm_service/pm_client.c
|
||||
|
||||
BL31_CPPFLAGS += -fno-jump-tables
|
||||
|
||||
ifneq (${RESET_TO_BL31},1)
|
||||
$(error "Using BL31 as the reset vector is only one option supported on ZynqMP. Please set RESET_TO_BL31 to 1.")
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user