summaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorUwe Kleine-König2008-03-06 16:22:17 +0100
committerRussell King2008-03-08 16:53:47 +0100
commita4f14bace8ddf0cc26fc2d658b6dd37c71178770 (patch)
treebcc34f62e5ae194b0413449282439ff51428be49 /arch/arm/Makefile
parent[ARM] 4851/1: ns9xxx: fix size of gpiores (diff)
downloadkernel-qcow2-linux-a4f14bace8ddf0cc26fc2d658b6dd37c71178770.tar.gz
kernel-qcow2-linux-a4f14bace8ddf0cc26fc2d658b6dd37c71178770.tar.xz
kernel-qcow2-linux-a4f14bace8ddf0cc26fc2d658b6dd37c71178770.zip
[ARM] 4853/1: include uImage target in make help
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 7b8ff66febe1..1a4649667ec8 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -251,6 +251,7 @@ define archhelp
echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
echo ' Image - Uncompressed kernel image (arch/$(ARCH)/boot/Image)'
echo '* xipImage - XIP kernel image, if configured (arch/$(ARCH)/boot/xipImage)'
+ echo ' uImage - U-Boot wrapped zImage'
echo ' bootpImage - Combined zImage and initial RAM disk'
echo ' (supply initrd image via make variable INITRD=<path>)'
echo ' install - Install uncompressed kernel'