aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e48dd2d..d44fc2b 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ all : kernel.img
arm-none-eabi-as -mcpu=cortex-a7 $^ -o $@
%_embeddable.o : %.img
- arm-none-eabi-objcopy -I binary -O elf32-littlearm -B arm --rename-section .data=.rodata $^ $@
+ arm-none-eabi-objcopy -I binary -O elf32-littlearm -B arm $^ $@
PL_0_test.elf : PL0_test.ld PL0_test.o uart.o
arm-none-eabi-gcc -T $< -o $@ $(ELFFLAGS) PL0_test.o uart.o