diff options
author | Zach Eveland <zeveland@blacklabel-development.com> | 2011-10-21 16:51:25 -0400 |
---|---|---|
committer | Zach Eveland <zeveland@blacklabel-development.com> | 2011-10-21 16:51:25 -0400 |
commit | 13c5eccbe37e939350846559930edc3781a5817e (patch) | |
tree | ce19865f21295cac55d32b4f13be7477e7ea4d48 /bootloaders/nuevo_diskloader/Makefile | |
parent | 0f6498ae1dce530fe37c08e01324c391436ac77c (diff) |
can now enable interrupts but EORSTE or SOFE in USB_::attach() still cause bootloader to hang
Diffstat (limited to 'bootloaders/nuevo_diskloader/Makefile')
-rw-r--r-- | bootloaders/nuevo_diskloader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloaders/nuevo_diskloader/Makefile b/bootloaders/nuevo_diskloader/Makefile index cfd3425..90a519d 100644 --- a/bootloaders/nuevo_diskloader/Makefile +++ b/bootloaders/nuevo_diskloader/Makefile @@ -41,7 +41,7 @@ ASMFLAGS += -x assembler-with-cpp -Wa,-gdwarf2 ## Linker flags LDFLAGS = $(COMMON) LDFLAGS += -Wl,-gc-sections,-Map=DiskLoader.map,--cref -LDFLAGS += -Wl,--section-start=.text=0x7800,--relax +LDFLAGS += -Wl,--section-start=.text=0x7000,--relax LDFLAGS += -Wl,--gc-sections #LDFLAGS += -nodefaultlibs -nostartfiles #LDFLAGS += -nostartfiles |