summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 954c466..3230102 100644
--- a/Makefile
+++ b/Makefile
@@ -233,7 +233,8 @@ CFLAGS += -nostdinc -ffreestanding -Wall \
${DEFINES} ${INCLUDES}
CFLAGS += -ffunction-sections -fdata-sections
LDFLAGS += --fatal-warnings -O1
-LDFLAGS += --gc-sections --fix-cortex-a53-843419
+LDFLAGS += --gc-sections
+#LDFLAGS += --fix-cortex-a53-843419
CC := ${CROSS_COMPILE}gcc