Merge "ti: k3: common: Add PIE support" into integration

This commit is contained in:
Sandrine Bailleux 2019-10-29 15:13:41 +00:00 committed by TrustedFirmware Code Review
commit cc76d670c1
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ HANDLE_EA_EL3_FIRST := 1
# Split out RO data into a non-executable section
SEPARATE_CODE_AND_RODATA := 1
# Generate a Position Independent Executable
ENABLE_PIE := 1
TI_16550_MDR_QUIRK := 1
$(eval $(call add_define,TI_16550_MDR_QUIRK))