diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-28 05:50:00 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-28 05:50:00 -0400 |
commit | 1a30603233fdd104aba430fd8f3443160474b6bb (patch) | |
tree | 2f9d64393d6c5ef9c56588652141db38e418ffee /arch/sh/Makefile | |
parent | b4d36a254f30e266fb47aec502978f615b8f7ca4 (diff) |
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/Makefile | 3 |
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 \ | |||
81 | -R .stab -R .stabstr -S | 81 | -R .stab -R .stabstr -S |
82 | 82 | ||
83 | # Give the various platforms the opportunity to set default image types | 83 | # Give the various platforms the opportunity to set default image types |
84 | defaultimage-$(CONFIG_SUPERH32) := zImage | 84 | defaultimage-$(CONFIG_SUPERH32) := zImage |
85 | defaultimage-$(CONFIG_SH_SH7785LCR) := uImage | ||
85 | 86 | ||
86 | # Set some sensible Kbuild defaults | 87 | # Set some sensible Kbuild defaults |
87 | KBUILD_DEFCONFIG := shx3_defconfig | 88 | KBUILD_DEFCONFIG := shx3_defconfig |