diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2012-05-16 13:24:33 +0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-05-21 10:54:10 +0400 |
commit | 22a826288522863fb748851824ce634eda4f1b07 (patch) | |
tree | be067a769fd87f8ae408cd772c5a88fc0844cdea /arch/blackfin/mach-bf609/include/mach/blackfin.h | |
parent | b2286f2b4300711e25743d2f9117dcc02bc2e9b1 (diff) | |
download | linux-22a826288522863fb748851824ce634eda4f1b07.tar.xz |
blackfin: mach-bf609: add machine files
Add machine files for bf60x including head files, Kconfig/Makefile and board
file.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-bf609/include/mach/blackfin.h')
-rw-r--r-- | arch/blackfin/mach-bf609/include/mach/blackfin.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf609/include/mach/blackfin.h b/arch/blackfin/mach-bf609/include/mach/blackfin.h new file mode 100644 index 000000000000..b1a48c410711 --- /dev/null +++ b/arch/blackfin/mach-bf609/include/mach/blackfin.h @@ -0,0 +1,25 @@ +/* + * Copyright 2011 Analog Devices Inc. + * + * Licensed under the GPL-2 or later. + */ + +#ifndef _MACH_BLACKFIN_H_ +#define _MACH_BLACKFIN_H_ + +#include "bf609.h" +#include "anomaly.h" + +#include <asm/def_LPBlackfin.h> +#ifdef CONFIG_BF609 +# include "defBF609.h" +#endif + +#ifndef __ASSEMBLY__ +# include <asm/cdef_LPBlackfin.h> +# ifdef CONFIG_BF609 +# include "cdefBF609.h" +# endif +#endif + +#endif |