summaryrefslogtreecommitdiffstats
path: root/arch/sh/Makefile
diff options
context:
space:
mode:
authorPaul Mundt2010-04-26 10:45:34 +0200
committerPaul Mundt2010-04-26 10:45:34 +0200
commite60692b9347d17774cdad00ae2b9afd3dc5444af (patch)
treec488e79b932eab152a8321755377b82c4a8a6eb3 /arch/sh/Makefile
parentsh: Kill off dangling goto labels from oom-killer rework. (diff)
downloadkernel-qcow2-linux-e60692b9347d17774cdad00ae2b9afd3dc5444af.tar.gz
kernel-qcow2-linux-e60692b9347d17774cdad00ae2b9afd3dc5444af.tar.xz
kernel-qcow2-linux-e60692b9347d17774cdad00ae2b9afd3dc5444af.zip
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 588579ac2e35..307b3a4a790b 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)