summaryrefslogtreecommitdiff
path: root/arch/blackfin/mach-bf518/include
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2009-12-18 12:30:04 +0000
committerMike Frysinger <vapier@gentoo.org>2010-03-09 00:30:47 -0500
commit1dafdc513a20410e328b22b6d25d4ac78557516a (patch)
tree5947476856651a72a9ca5de0f585cde6ce74dbed /arch/blackfin/mach-bf518/include
parent244d34230b7447fba95221dbf39b39e94257939c (diff)
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>
Diffstat (limited to 'arch/blackfin/mach-bf518/include')
-rw-r--r--arch/blackfin/mach-bf518/include/mach/mem_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf518/include/mach/mem_map.h b/arch/blackfin/mach-bf518/include/mach/mem_map.h
index 3c6777cb3532..073b5d73d391 100644
--- a/arch/blackfin/mach-bf518/include/mach/mem_map.h
+++ b/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