aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Makefile
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2009-10-26 10:12:39 +0000
committerPaul Mundt <lethal@linux-sh.org>2009-10-26 19:46:25 +0900
commit9e24c7e2ac269486ab7c69ce50e944698e818fac (patch)
tree1ea2f22fc62dc7a8c482077b8f0f7731243897f5 /arch/sh/Makefile
parentsh: rsk7203 CONFIG_MTD=n fix (diff)
downloadlinux-dev-9e24c7e2ac269486ab7c69ce50e944698e818fac.tar.xz
linux-dev-9e24c7e2ac269486ab7c69ce50e944698e818fac.zip
sh: add uImage.bin target
Add an uImage.bin target to allow uncompressed uImages. Useful for boards with busted u-boot decompression like the rsk7203 on my desk. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r--arch/sh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile
index fc51a918b31a..9ab99fe7be55 100644
--- a/arch/sh/Makefile
+++ b/arch/sh/Makefile
@@ -199,7 +199,7 @@ endif
libs-$(CONFIG_SUPERH32) := arch/sh/lib/ $(libs-y)
libs-$(CONFIG_SUPERH64) := arch/sh/lib64/ $(libs-y)
-BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.srec \
+BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.srec uImage.bin \
zImage vmlinux.srec romImage
PHONY += maketools $(BOOT_TARGETS) FORCE