summaryrefslogtreecommitdiff
path: root/testing/examples/ledtest-imx27ads/ldscript
diff options
context:
space:
mode:
Diffstat (limited to 'testing/examples/ledtest-imx27ads/ldscript')
-rw-r--r--testing/examples/ledtest-imx27ads/ldscript36
1 files changed, 18 insertions, 18 deletions
diff --git a/testing/examples/ledtest-imx27ads/ldscript b/testing/examples/ledtest-imx27ads/ldscript
index 39cf7684..a8f0a088 100644
--- a/testing/examples/ledtest-imx27ads/ldscript
+++ b/testing/examples/ledtest-imx27ads/ldscript
@@ -1,18 +1,18 @@
-SECTIONS
-{
- . = 0xA0000000;
- .text : { *(.text) }
- .data ALIGN(0x10): { *(.data) }
- .bss ALIGN(0x10): {
- __bss_start__ = ABSOLUTE(.);
- *(.bss)
- . += 0x100;
- }
- __bss_end__ = .;
-PROVIDE (__stack = .);
- _end = .;
- .debug_info 0 : { *(.debug_info) }
- .debug_abbrev 0 : { *(.debug_abbrev) }
- .debug_line 0 : { *(.debug_line) }
- .debug_frame 0 : { *(.debug_frame) }
-}
+SECTIONS
+{
+ . = 0xA0000000;
+ .text : { *(.text) }
+ .data ALIGN(0x10): { *(.data) }
+ .bss ALIGN(0x10): {
+ __bss_start__ = ABSOLUTE(.);
+ *(.bss)
+ . += 0x100;
+ }
+ __bss_end__ = .;
+PROVIDE (__stack = .);
+ _end = .;
+ .debug_info 0 : { *(.debug_info) }
+ .debug_abbrev 0 : { *(.debug_abbrev) }
+ .debug_line 0 : { *(.debug_line) }
+ .debug_frame 0 : { *(.debug_frame) }
+}