diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 03:26:26 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 18:44:49 +0900 |
commit | 6f5cd2bd59c3bbaf073a7a52fcdefded939bd306 (patch) | |
tree | 32596d3dd1b95e2ee5ead4c32711c0109ca37d9d /arch/sh/Makefile | |
parent | 2ea40dec26da89702dface74365cd16cea9ded6c (diff) | |
download | op-kernel-dev-6f5cd2bd59c3bbaf073a7a52fcdefded939bd306.zip op-kernel-dev-6f5cd2bd59c3bbaf073a7a52fcdefded939bd306.tar.gz |
sh: mach-rsk: Use uImage generation by default for rsk7201/7203.
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 c59098d..4067b0d 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -79,7 +79,7 @@ OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ # Give the various platforms the opportunity to set default image types defaultimage-$(CONFIG_SUPERH32) := zImage defaultimage-$(CONFIG_SH_SH7785LCR) := uImage -defaultimage-$(CONFIG_SH_RSK7203) := uImage +defaultimage-$(CONFIG_SH_RSK) := uImage defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux |