MX31: drop warnings due to missing prototype for mxc_watchdog_reset()
[oweals/u-boot.git] / arch / arm / cpu / armv7 / u-boot.lds
index 5725c30c69918676a4092ad25ddb7283f827738a..dbae54d4f8a340076d894608688e8b77bdab8af9 100644 (file)
@@ -66,11 +66,13 @@ SECTIONS
                *(.dynsym)
        }
 
+       _end = .;
+
        .bss __rel_dyn_start (OVERLAY) : {
                __bss_start = .;
                *(.bss)
                 . = ALIGN(4);
-               _end = .;
+               __bss_end__ = .;
        }
 
        /DISCARD/ : { *(.dynstr*) }