diff options
author | Wolfgang Denk <wd@denx.de> | 2011-01-12 23:59:53 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-01-12 23:59:53 +0100 |
commit | c6b734f5aea2ba75caaa1929f7e649ecda8d2f31 (patch) | |
tree | 3359c7fafc959e4a9a4cabb416b726890c8c0c92 /arch/sh/include/asm/cpu_sh3.h | |
parent | 072f4125f1df8e9a25b3d8f4298b000183763cf4 (diff) | |
parent | a972089a5bf7613334088f60e2ae92fc25a8749b (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/sh/include/asm/cpu_sh3.h')
-rw-r--r-- | arch/sh/include/asm/cpu_sh3.h | 6 |
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 6db38a2f84..385f5dc8e0 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> |