Skip to content

Commit

Permalink
Blackfin arch: Fix bug missing L2_MEMORY definition for EZKIT-BF561 c…
Browse files Browse the repository at this point in the history
…ompiling error

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Robin Getz authored and Bryan Wu committed Sep 13, 2007
1 parent 4d5f4ed commit 2296fb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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 2296fb7

Please sign in to comment.