summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/cpu_sh3.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2010-10-25 02:58:21 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-01-11 21:03:25 +0900
commitf3a7b9535bc2bdf9fa50da6af2093b445516c111 (patch)
treebb91790ac5b88c84e49074981d7b13dc24d63ebe /arch/sh/include/asm/cpu_sh3.h
parent3f6c8e36c58736d34a09287f013ee6c5f02ef7aa (diff)
downloadu-boot-imx-f3a7b9535bc2bdf9fa50da6af2093b445516c111.zip
u-boot-imx-f3a7b9535bc2bdf9fa50da6af2093b445516c111.tar.gz
u-boot-imx-f3a7b9535bc2bdf9fa50da6af2093b445516c111.tar.bz2
sh: Add support SH7706
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh/include/asm/cpu_sh3.h')
-rw-r--r--arch/sh/include/asm/cpu_sh3.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/sh/include/asm/cpu_sh3.h b/arch/sh/include/asm/cpu_sh3.h
index 6db38a2..385f5dc 100644
--- a/arch/sh/include/asm/cpu_sh3.h
+++ b/arch/sh/include/asm/cpu_sh3.h
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2007 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+ * (C) Copyright 2007-2009 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* (C) Copyright 2007 Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
*
* This program is free software; you can redistribute it and/or
@@ -31,7 +31,9 @@
#define CACHE_OC_NUM_ENTRIES 256
#define CACHE_OC_ENTRY_SHIFT 4
-#if defined(CONFIG_CPU_SH7710)
+#if defined(CONFIG_CPU_SH7706)
+#include <asm/cpu_sh7706.h>
+#elif defined(CONFIG_CPU_SH7710)
#include <asm/cpu_sh7710.h>
#elif defined(CONFIG_CPU_SH7720)
#include <asm/cpu_sh7720.h>