]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/mips/Makefile
MIPS: zboot: Add "uzImage.bin" target
[linux.git] / arch / mips / Makefile
index 1a6bac7b076f31934d397f22c5ccac600e36b4b4..0f6e95cba43cd75a998dd9ecf29f6ae6b51f1418 100644 (file)
@@ -320,6 +320,9 @@ bootz-y                     := vmlinuz
 bootz-y                        += vmlinuz.bin
 bootz-y                        += vmlinuz.ecoff
 bootz-y                        += vmlinuz.srec
+ifeq ($(shell expr $(zload-y) \< 0xffffffff80000000 2> /dev/null), 0)
+bootz-y                        += uzImage.bin
+endif
 
 ifdef CONFIG_LASAT
 rom.bin rom.sw: vmlinux
@@ -433,6 +436,7 @@ define archhelp
        echo '  uImage.gz            - U-Boot image (gzip)'
        echo '  uImage.lzma          - U-Boot image (lzma)'
        echo '  uImage.lzo           - U-Boot image (lzo)'
+       echo '  uzImage.bin          - U-Boot image (self-extracting)'
        echo '  dtbs                 - Device-tree blobs for enabled boards'
        echo '  dtbs_install         - Install dtbs to $(INSTALL_DTBS_PATH)'
        echo