basic terminal
[cortex-from-scratch] / link.ld
diff --git a/link.ld b/link.ld
index db37888..1f6b5f6 100644 (file)
--- a/link.ld
+++ b/link.ld
@@ -12,7 +12,7 @@ SECTIONS
        . = 0x0;
        .text : ALIGN(4)
        {
-               /* (.vector_table */ 
+               /* (.vector_table */
                *(.text)
                *(.rodata)
        }
@@ -21,7 +21,7 @@ SECTIONS
        {
                *(.data)
        } 
-       .bss : ALIGN(256
+       .bss : ALIGN(4
        {
                *(.bss)
        }