diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2011-11-01 01:57:01 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-11-01 03:01:12 -0400 |
commit | e857bfd4604a3a4edaf9c7038db880d9f78aecbd (patch) | |
tree | 0451c2a88381e571fedd69fd7d2a99a19f79d7d7 /arch/sh | |
parent | 389cc10cbdde1a9225eac51318fb30e2039135ad (diff) |
sh: Add default uImage rule for sh7757lcr
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 99385d0b3f3b..3fc0f413777c 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -80,6 +80,7 @@ defaultimage-$(CONFIG_SH_RSK) := uImage | |||
80 | defaultimage-$(CONFIG_SH_URQUELL) := uImage | 80 | defaultimage-$(CONFIG_SH_URQUELL) := uImage |
81 | defaultimage-$(CONFIG_SH_MIGOR) := uImage | 81 | defaultimage-$(CONFIG_SH_MIGOR) := uImage |
82 | defaultimage-$(CONFIG_SH_AP325RXA) := uImage | 82 | defaultimage-$(CONFIG_SH_AP325RXA) := uImage |
83 | defaultimage-$(CONFIG_SH_SH7757LCR) := uImage | ||
83 | defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage | 84 | defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage |
84 | defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux | 85 | defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux |
85 | defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux | 86 | defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux |