aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-10-28 18:50:00 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-10-28 18:50:00 +0900
commit1a30603233fdd104aba430fd8f3443160474b6bb (patch)
tree2f9d64393d6c5ef9c56588652141db38e418ffee /arch/sh/Makefile
parentsh: Add on-chip RTC support for SH7722. (diff)
downloadlinux-dev-1a30603233fdd104aba430fd8f3443160474b6bb.tar.xz
linux-dev-1a30603233fdd104aba430fd8f3443160474b6bb.zip
sh: sh7785lcr: Select uImage as default image target.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r--arch/sh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile
index 3b2d8e232240..240ad6be0daa 100644
--- a/arch/sh/Makefile
+++ b/arch/sh/Makefile
@@ -81,7 +81,8 @@ OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \
-R .stab -R .stabstr -S
# Give the various platforms the opportunity to set default image types
-defaultimage-$(CONFIG_SUPERH32) := zImage
+defaultimage-$(CONFIG_SUPERH32) := zImage
+defaultimage-$(CONFIG_SH_SH7785LCR) := uImage
# Set some sensible Kbuild defaults
KBUILD_DEFCONFIG := shx3_defconfig