diff options
Diffstat (limited to 'arch/blackfin/mach-bf561')
-rw-r--r-- | arch/blackfin/mach-bf561/include/mach/mem_map.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/blackfin/mach-bf561/include/mach/mem_map.h b/arch/blackfin/mach-bf561/include/mach/mem_map.h index 9d6674ad1e5e..f1d4c0637bd2 100644 --- a/arch/blackfin/mach-bf561/include/mach/mem_map.h +++ b/arch/blackfin/mach-bf561/include/mach/mem_map.h | |||
@@ -35,14 +35,14 @@ | |||
35 | /* Memory Map for ADSP-BF561 processors */ | 35 | /* Memory Map for ADSP-BF561 processors */ |
36 | 36 | ||
37 | #ifdef CONFIG_BF561 | 37 | #ifdef CONFIG_BF561 |
38 | #define COREA_L1_CODE_START 0xFFA00000 | 38 | #define COREA_L1_CODE_START 0xFFA00000 |
39 | #define COREA_L1_DATA_A_START 0xFF800000 | 39 | #define COREA_L1_DATA_A_START 0xFF800000 |
40 | #define COREA_L1_DATA_B_START 0xFF900000 | 40 | #define COREA_L1_DATA_B_START 0xFF900000 |
41 | #define COREB_L1_CODE_START 0xFF600000 | 41 | #define COREB_L1_CODE_START 0xFF600000 |
42 | #define COREB_L1_DATA_A_START 0xFF500000 | 42 | #define COREB_L1_DATA_A_START 0xFF400000 |
43 | #define COREB_L1_DATA_B_START 0xFF400000 | 43 | #define COREB_L1_DATA_B_START 0xFF500000 |
44 | 44 | ||
45 | #define L1_CODE_START COREA_L1_CODE_START | 45 | #define L1_CODE_START COREA_L1_CODE_START |
46 | #define L1_DATA_A_START COREA_L1_DATA_A_START | 46 | #define L1_DATA_A_START COREA_L1_DATA_A_START |
47 | #define L1_DATA_B_START COREA_L1_DATA_B_START | 47 | #define L1_DATA_B_START COREA_L1_DATA_B_START |
48 | 48 | ||