mips: enable support for appending dtb to spl binary
[oweals/u-boot.git] / arch / mips / cpu / u-boot-spl.lds
index d08d6222c4ab8d6859767104b3a1a03f9a998899..e4674916393b4ed2b452409071401ea28e395aac 100644 (file)
@@ -37,6 +37,8 @@ SECTIONS
        . = ALIGN(4);
        __image_copy_end = .;
 
+       _image_binary_end = .;
+
        .bss (NOLOAD) : {
                __bss_start = .;
                *(.bss*)