diff options
| author | Xiang W <[email protected]> | 2024-03-12 16:24:59 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2024-04-05 15:05:25 +0530 |
| commit | 76d7e9b8ee72c226cd8424d5483827bcf4c792fa (patch) | |
| tree | 6c7414da299983d19093754840f241cbfa05e331 /firmware/objects.mk | |
| parent | 5186da687debaab5c4a81ec351e56d145d88c79c (diff) | |
firmware: remove copy-base relocation
Remove copy-base relocations that are no longer needed.
Signed-off-by: Xiang W <[email protected]>
Reviewed-by: Samuel Holland <[email protected]>
Tested-by: Samuel Holland <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'firmware/objects.mk')
| -rw-r--r-- | firmware/objects.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/firmware/objects.mk b/firmware/objects.mk index 3ae0a28f..e6b364b8 100644 --- a/firmware/objects.mk +++ b/firmware/objects.mk @@ -13,17 +13,6 @@ firmware-cflags-y += firmware-asflags-y += firmware-ldflags-y += -ifndef FW_PIC -FW_PIC := $(OPENSBI_LD_PIE) -endif - -ifeq ($(FW_PIC),y) -firmware-genflags-y += -DFW_PIC -firmware-asflags-y += -fpic -firmware-cflags-y += -fPIE -pie -firmware-ldflags-y += -Wl,--no-dynamic-linker -Wl,-pie -endif - ifdef FW_TEXT_START firmware-genflags-y += -DFW_TEXT_START=$(FW_TEXT_START) endif |
