summaryrefslogtreecommitdiffstats
path: root/arch/sh/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-04-26 17:45:34 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-04-26 17:45:34 +0900
commite60692b9347d17774cdad00ae2b9afd3dc5444af (patch)
treec488e79b932eab152a8321755377b82c4a8a6eb3 /arch/sh/Makefile
parent364b97d9e2fec32b7c125f67e5a9e5f1cd0e6a37 (diff)
downloadlinux-0-day-e60692b9347d17774cdad00ae2b9afd3dc5444af.tar.gz
linux-0-day-e60692b9347d17774cdad00ae2b9afd3dc5444af.tar.xz
sh: mach-sdk7786: update defconfig for compressed kernel image.
Now that compressed image loading is possible for sdk7786, drop the vmlinux.bin default image target and update the defconfig accordingly. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r--arch/sh/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile
index 588579ac2e352..307b3a4a790b9 100644
--- a/arch/sh/Makefile
+++ b/arch/sh/Makefile
@@ -83,7 +83,6 @@ defaultimage-$(CONFIG_SH_AP325RXA) := uImage
defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage
defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux
defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux
-defaultimage-$(CONFIG_SH_SDK7786) := vmlinux.bin
# Set some sensible Kbuild defaults
KBUILD_IMAGE := $(defaultimage-y)