Browse Source

Blackfin: BF51x: fix L1 Instruction SRAM size

The BF51x's Instruction SRAM is 32kB, not 48kB.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Michael Hennerich 15 years ago
parent
commit
1dafdc513a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/blackfin/mach-bf518/include/mach/mem_map.h

+ 1 - 1
arch/blackfin/mach-bf518/include/mach/mem_map.h

@@ -41,7 +41,7 @@
 #define L1_DATA_A_START		0xFF800000
 #define L1_DATA_B_START		0xFF900000
 
-#define L1_CODE_LENGTH		0xC000
+#define L1_CODE_LENGTH		0x8000
 
 #ifdef CONFIG_BFIN_DCACHE