sh: Document uImage.bin target in archhelp.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 26 Oct 2009 22:17:12 +0000 (07:17 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 26 Oct 2009 22:17:12 +0000 (07:17 +0900)
This was missing from the previous patch.

Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Makefile

index 9ab99fe7be55b02eff1b4906662048b39a56e2f6..66e40aabc60072957204c9928997a368d75dddd7 100644 (file)
@@ -225,6 +225,7 @@ define archhelp
        @echo '  vmlinux.srec              - Create an ELF S-record'
        @echo '* uImage                    - Alias to bootable U-Boot image'
        @echo '  uImage.srec               - Create an S-record for U-Boot'
+       @echo '  uImage.bin                - Kernel-only image for U-Boot (bin)'
        @echo '* uImage.gz                 - Kernel-only image for U-Boot (gzip)'
        @echo '  uImage.bz2                - Kernel-only image for U-Boot (bzip2)'
        @echo '  uImage.lzma               - Kernel-only image for U-Boot (lzma)'