Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: Document uImage.bin target in archhelp.

This was missing from the previous patch.

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

+1
+1
arch/sh/Makefile
··· 225 225 @echo ' vmlinux.srec - Create an ELF S-record' 226 226 @echo '* uImage - Alias to bootable U-Boot image' 227 227 @echo ' uImage.srec - Create an S-record for U-Boot' 228 + @echo ' uImage.bin - Kernel-only image for U-Boot (bin)' 228 229 @echo '* uImage.gz - Kernel-only image for U-Boot (gzip)' 229 230 @echo ' uImage.bz2 - Kernel-only image for U-Boot (bzip2)' 230 231 @echo ' uImage.lzma - Kernel-only image for U-Boot (lzma)'