Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74131
b: refs/heads/master
c: b5f87aa
h: refs/heads/master
i:
  74129: 37b55a3
  74127: 5c727ab
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 21, 2007
1 parent 418bb27 commit 1889712
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7160e9503ac912a079a18125113b6465939bab85
refs/heads/master: b5f87aa41db4d5cd64ca77f10b33fdfba61a47d7
34 changes: 16 additions & 18 deletions trunk/include/asm-blackfin/mach-bf548/bf548.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,24 +106,22 @@

#define AMGCTLVAL (V_AMBEN | V_AMCKEN)

#ifdef CONFIG_BF542
#define CPU "BF542"
#define CPUID 0x027c8000
#endif
#ifdef CONFIG_BF544
#define CPU "BF544"
#define CPUID 0x027c8000
#endif
#ifdef CONFIG_BF548
#define CPU "BF548"
#define CPUID 0x027c6000
#endif
#ifdef CONFIG_BF549
#define CPU "BF549"
#endif
#ifndef CPU
#define CPU "UNKNOWN"
#define CPUID 0x0
#if defined(CONFIG_BF542)
# define CPU "BF542"
# define CPUID 0x027c8000
#elif defined(CONFIG_BF544)
# define CPU "BF544"
# define CPUID 0x027c8000
#elif defined(CONFIG_BF547)
# define CPU "BF547"
#elif defined(CONFIG_BF548)
# define CPU "BF548"
# define CPUID 0x027c6000
#elif defined(CONFIG_BF549)
# define CPU "BF549"
#else
# define CPU "UNKNOWN"
# define CPUID 0x0
#endif

#endif /* __MACH_BF48_H__ */

0 comments on commit 1889712

Please sign in to comment.