From a52fb298607dfbd78b83e3d0787fdf5d508332d9 Mon Sep 17 00:00:00 2001 From: Zach Eveland Date: Wed, 26 Oct 2011 12:53:57 -0400 Subject: working (?!?!?!) bootloader. doesn't yet restart chip after upload completes. --- bootloaders/nuevo_diskloader/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bootloaders/nuevo_diskloader/Makefile') diff --git a/bootloaders/nuevo_diskloader/Makefile b/bootloaders/nuevo_diskloader/Makefile index dc9172e..88e0cfe 100644 --- a/bootloaders/nuevo_diskloader/Makefile +++ b/bootloaders/nuevo_diskloader/Makefile @@ -40,11 +40,12 @@ ASMFLAGS += -x assembler-with-cpp -Wa,-gdwarf2 ## Linker flags LDFLAGS = $(COMMON) -LDFLAGS += -Wl,-gc-sections,-Map=DiskLoader.map,--cref -LDFLAGS += -Wl,--section-start=.text=0x7000,--relax -LDFLAGS += -Wl,--gc-sections +#LDFLAGS += -Wl,-gc-sections,-Map=DiskLoader.map,--cref +#LDFLAGS += -Wl,--section-start=.text=0x7000,--relax +#LDFLAGS += -Wl,--gc-sections #LDFLAGS += -nodefaultlibs -nostartfiles #LDFLAGS += -nostartfiles +LDFLAGS += -Wl,-gc-sections,-Map=DiskLoader.map,--section-start=.text=0x7000,--relax ## Intel Hex file production flags -- cgit v1.2.3-18-g5258