diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-12-27 01:13:05 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-12-27 01:13:05 +0100 | 
| commit | 6e1bbe6e3edf5f508de89114577ce7b7caa89c8a (patch) | |
| tree | 8a95b158fb4103b1db399342a66ba414aa5e82c1 /include/asm-sh/processor.h | |
| parent | 58bbc77eb0a01033803264539d2c76c242cba210 (diff) | |
| parent | 81b38be8631a0b809c97ab3d929f491373d7314f (diff) | |
| download | olio-uboot-2014.01-6e1bbe6e3edf5f508de89114577ce7b7caa89c8a.tar.xz olio-uboot-2014.01-6e1bbe6e3edf5f508de89114577ce7b7caa89c8a.zip | |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'include/asm-sh/processor.h')
| -rw-r--r-- | include/asm-sh/processor.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/include/asm-sh/processor.h b/include/asm-sh/processor.h new file mode 100644 index 000000000..bb9a35f64 --- /dev/null +++ b/include/asm-sh/processor.h @@ -0,0 +1,8 @@ +#ifndef _ASM_SH_PROCESSOR_H_ +#define _ASM_SH_PROCESSOR_H_ +#if defined CONFIG_SH3 +# include <asm/cpu_sh3.h> +#elif defined (CONFIG_SH4) +# include <asm/cpu_sh4.h> +#endif +#endif |