diff options
author | Magnus Damm <damm@opensource.se> | 2009-10-26 13:12:39 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-26 13:46:25 +0300 |
commit | 9e24c7e2ac269486ab7c69ce50e944698e818fac (patch) | |
tree | 1ea2f22fc62dc7a8c482077b8f0f7731243897f5 /arch/sh/Makefile | |
parent | 88345411df1eb5a24272955a53856e001f960a06 (diff) | |
download | linux-9e24c7e2ac269486ab7c69ce50e944698e818fac.tar.xz |
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/Makefile | 2 |
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 |