X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcpu%2Farm%2Fscripts%2Farm7tdmi_rom.ld;h=8c60ed9fc3de18eda393b6752f69e1b66107e873;hb=66289a0e7fa93342bc3d8621fa20c5a542807e1e;hp=a4715b1b7533417a3fb1fdf27555adaf940ec4ed;hpb=a1b70b3ea866a3d5e2764f0311f2ea52473a4af4;p=bertos.git diff --git a/bertos/cpu/arm/scripts/arm7tdmi_rom.ld b/bertos/cpu/arm/scripts/arm7tdmi_rom.ld index a4715b1b..8c60ed9f 100644 --- a/bertos/cpu/arm/scripts/arm7tdmi_rom.ld +++ b/bertos/cpu/arm/scripts/arm7tdmi_rom.ld @@ -82,6 +82,9 @@ SECTIONS .data : AT (_etext) { PROVIDE (__data_start = .); + . = ALIGN (4); + *(.ramfunc) + . = ALIGN (4); *(.data .data.*) . = ALIGN (4); _edata = .;