Browse Source

blackfin: bf60x: cleanup mem_map macro

Signed-off-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Steven Miao 13 years ago
parent
commit
c5cfb736bc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      arch/blackfin/mach-bf609/include/mach/mem_map.h

+ 3 - 3
arch/blackfin/mach-bf609/include/mach/mem_map.h

@@ -50,9 +50,9 @@
 #define COREB_L1_DATA_A_START     0xFF400000
 #define COREB_L1_DATA_B_START     0xFF500000
 
-# define COREB_L1_CODE_LENGTH     0x14000
-# define COREB_L1_DATA_A_LENGTH   0x8000
-# define COREB_L1_DATA_B_LENGTH   0x8000
+#define COREB_L1_CODE_LENGTH     0x14000
+#define COREB_L1_DATA_A_LENGTH   0x8000
+#define COREB_L1_DATA_B_LENGTH   0x8000
 
 
 #ifdef CONFIG_BFIN_DCACHE