Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
79df6ea4
Commit
79df6ea4
authored
Dec 03, 2020
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Dec 03, 2020
Browse files
Merge "plat: xilinx: Use fno-jump-tables flag in CPPFLAGS" into integration
parents
49462851
e9930d42
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/xilinx/zynqmp/platform.mk
View file @
79df6ea4
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment