arm: fix incorrect monitor protection region in FLASH
[platform/kernel/u-boot.git] / arch / arm / cpu / arm925t / u-boot.lds
index 4ad1f8e..64e76f5 100644 (file)
@@ -66,6 +66,8 @@ SECTIONS
                *(.dynsym)
        }
 
+       _end = .;
+
        .bss __rel_dyn_start (OVERLAY) : {
                __bss_start = .;
                *(.bss)