Fix misc spelling errors found by lintian
[oweals/u-boot.git] / arch / arm / cpu / arm920t / u-boot.lds
index a6f8b56a3ab106097e960909529842f87c608701..17ba60423ba22cb59a79752343eb4e7e8ab90d5d 100644 (file)
@@ -71,11 +71,13 @@ SECTIONS
                *(.dynsym)
        }
 
+       _end = .;
+
        .bss __rel_dyn_start (OVERLAY) : {
                __bss_start = .;
                *(.bss)
                 . = ALIGN(4);
-               _end = .;
+               __bss_end__ = .;
        }
 
        /DISCARD/ : { *(.dynstr*) }