diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-04-26 04:45:34 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-04-26 04:45:34 -0400 |
commit | e60692b9347d17774cdad00ae2b9afd3dc5444af (patch) | |
tree | c488e79b932eab152a8321755377b82c4a8a6eb3 /arch/sh/Makefile | |
parent | 364b97d9e2fec32b7c125f67e5a9e5f1cd0e6a37 (diff) |
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/Makefile | 1 |
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 | |||
83 | defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage | 83 | defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage |
84 | defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux | 84 | defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux |
85 | defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux | 85 | defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux |
86 | defaultimage-$(CONFIG_SH_SDK7786) := vmlinux.bin | ||
87 | 86 | ||
88 | # Set some sensible Kbuild defaults | 87 | # Set some sensible Kbuild defaults |
89 | KBUILD_IMAGE := $(defaultimage-y) | 88 | KBUILD_IMAGE := $(defaultimage-y) |