X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fbootloader%2Fbootloader-intermediate.ld;h=bbc30b91bc1e83f85315984947baebae68cc3ebe;hb=853beae392e40ee2843e7187500285da666f11e9;hp=55b605750956013061153ecfbba244349ea1b358;hpb=819a110096caba3d31533649fc9e007bd93af302;p=gps-watch.git diff --git a/src/bootloader/bootloader-intermediate.ld b/src/bootloader/bootloader-intermediate.ld index 55b6057..bbc30b9 100644 --- a/src/bootloader/bootloader-intermediate.ld +++ b/src/bootloader/bootloader-intermediate.ld @@ -8,15 +8,12 @@ MEMORY { FLASH (rx) - : ORIGIN = 0x00008000, LENGTH = 0x38000 + : ORIGIN = 0x00008000, LENGTH = 0x08000 RAM (rwx) : ORIGIN = 0x1fffe000, LENGTH = 0x08000 } -/* Library configurations */ -GROUP(libgcc.a libc.a libm.a libnosys.a) - /* Linker script to place sections and symbol values. Should be used together * with other linker script that defines memory regions FLASH and RAM. * It references following symbols, which must be defined in code: