Use convenience function to checksum
[coreboot.git] / payloads / bayou / bayou.ldscript
index c4123a64cce22d6b38afdfe12252b2c4f62acf46..86baaecb2eb803557793457cd91d2686666a8f82 100644 (file)
@@ -60,6 +60,8 @@ SECTIONS
                *(.data.*)
        }
 
+       _edata = .;
+
        .bss : {
                *(.bss)
                *(.bss.*)