Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66015
b: refs/heads/master
c: 2296fb7
h: refs/heads/master
i:
  66013: 35f7e45
  66011: dd0ffec
  66007: 1aff530
  65999: 5453aed
  65983: c4e7f6e
v: v3
  • Loading branch information
Robin Getz authored and Bryan Wu committed Sep 13, 2007
1 parent e581503 commit abb1073
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 4d5f4ed3fb797021523fc9fb6804047e8e35b33d
refs/heads/master: 2296fb7ff04531dd8d50394da24f49302ecf103b
4 changes: 3 additions & 1 deletion trunk/include/asm-blackfin/cplb.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
#ifndef _CPLB_H
#define _CPLB_H

# include <asm/blackfin.h>
#include <asm/blackfin.h>
#include <asm/mach/anomaly.h>

#define SDRAM_IGENERIC (CPLB_L1_CHBL | CPLB_USER_RD | CPLB_VALID | CPLB_PORTPRIO)
#define SDRAM_IKERNEL (SDRAM_IGENERIC | CPLB_LOCK)
Expand All @@ -54,6 +55,7 @@
#endif

#define L1_DMEMORY (CPLB_LOCK | CPLB_COMMON)
#define L2_MEMORY (CPLB_COMMON)
#define SDRAM_DNON_CHBL (CPLB_COMMON)
#define SDRAM_EBIU (CPLB_COMMON)
#define SDRAM_OOPS (CPLB_VALID | ANOMALY_05000158_WORKAROUND | CPLB_LOCK | CPLB_DIRTY)
Expand Down

0 comments on commit abb1073

Please sign in to comment.