diff options
author | Steven Miao <realmz6@gmail.com> | 2012-04-23 06:13:39 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-05-21 02:54:27 -0400 |
commit | c5cfb736bcd6bea9a5a41d09fb6ec34e6e551ab9 (patch) | |
tree | 5b1ca6f95e2379ce6035eca07c6af0861f70de69 /arch/blackfin/mach-bf609/include | |
parent | 3a3cf0d7b8b0e32b5c1c4216520dfd59262742b9 (diff) |
blackfin: bf60x: cleanup mem_map macro
Signed-off-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-bf609/include')
-rw-r--r-- | arch/blackfin/mach-bf609/include/mach/mem_map.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf609/include/mach/mem_map.h b/arch/blackfin/mach-bf609/include/mach/mem_map.h index 9d71eb322ba9..20b65bfc5311 100644 --- a/arch/blackfin/mach-bf609/include/mach/mem_map.h +++ b/arch/blackfin/mach-bf609/include/mach/mem_map.h | |||
@@ -50,9 +50,9 @@ | |||
50 | #define COREB_L1_DATA_A_START 0xFF400000 | 50 | #define COREB_L1_DATA_A_START 0xFF400000 |
51 | #define COREB_L1_DATA_B_START 0xFF500000 | 51 | #define COREB_L1_DATA_B_START 0xFF500000 |
52 | 52 | ||
53 | # define COREB_L1_CODE_LENGTH 0x14000 | 53 | #define COREB_L1_CODE_LENGTH 0x14000 |
54 | # define COREB_L1_DATA_A_LENGTH 0x8000 | 54 | #define COREB_L1_DATA_A_LENGTH 0x8000 |
55 | # define COREB_L1_DATA_B_LENGTH 0x8000 | 55 | #define COREB_L1_DATA_B_LENGTH 0x8000 |
56 | 56 | ||
57 | 57 | ||
58 | #ifdef CONFIG_BFIN_DCACHE | 58 | #ifdef CONFIG_BFIN_DCACHE |