From: Paul Mundt Date: Mon, 26 Oct 2009 22:17:12 +0000 (+0900) Subject: sh: Document uImage.bin target in archhelp. X-Git-Tag: upstream/snapshot3+hdmi~16708^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5c461bb3f74646d99464652cd5363e88434c3e1;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git sh: Document uImage.bin target in archhelp. This was missing from the previous patch. Reported-by: Mike Frysinger Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 9ab99fe..66e40aa 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -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)'