From: Paul Mundt Date: Sun, 21 Dec 2008 18:26:26 +0000 (+0900) Subject: sh: mach-rsk: Use uImage generation by default for rsk7201/7203. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6f5cd2bd59c3bbaf073a7a52fcdefded939bd306;p=deliverable%2Flinux.git sh: mach-rsk: Use uImage generation by default for rsk7201/7203. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index c59098dcdfad..4067b0d9287b 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