arm: fix incorrect monitor protection region in FLASH
[platform/kernel/u-boot.git] / arch / arm / cpu / arm1176 / u-boot.lds
index 170e516..27d6638 100644 (file)
@@ -61,6 +61,8 @@ SECTIONS
                *(.dynsym)
        }
 
+       _end = .;
+
        .bss __rel_dyn_start (OVERLAY) : {
                __bss_start = .;
                *(.bss)