Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113762
b: refs/heads/master
c: dd4354f
h: refs/heads/master
v: v3
  • Loading branch information
Graf Yang authored and Bryan Wu committed Oct 9, 2008
1 parent ab98e2b commit 1046b0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: f099f39acf7575eff3dee3c562cec4e592876c33
refs/heads/master: dd4354fa51f6379fb3ac98ba9377ca5895f50497
10 changes: 5 additions & 5 deletions trunk/arch/blackfin/mach-bf561/include/mach/mem_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
/* Memory Map for ADSP-BF561 processors */

#ifdef CONFIG_BF561
#define COREA_L1_CODE_START 0xFFA00000
#define COREA_L1_CODE_START 0xFFA00000
#define COREA_L1_DATA_A_START 0xFF800000
#define COREA_L1_DATA_B_START 0xFF900000
#define COREB_L1_CODE_START 0xFF600000
#define COREB_L1_DATA_A_START 0xFF500000
#define COREB_L1_DATA_B_START 0xFF400000
#define COREB_L1_CODE_START 0xFF600000
#define COREB_L1_DATA_A_START 0xFF400000
#define COREB_L1_DATA_B_START 0xFF500000

#define L1_CODE_START COREA_L1_CODE_START
#define L1_CODE_START COREA_L1_CODE_START
#define L1_DATA_A_START COREA_L1_DATA_A_START
#define L1_DATA_B_START COREA_L1_DATA_B_START

Expand Down

0 comments on commit 1046b0d

Please sign in to comment.