Commit 1dafdc51 authored by Michael Hennerich's avatar Michael Hennerich Committed by Mike Frysinger

Blackfin: BF51x: fix L1 Instruction SRAM size

The BF51x's Instruction SRAM is 32kB, not 48kB.
Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 244d3423
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#define L1_DATA_A_START 0xFF800000 #define L1_DATA_A_START 0xFF800000
#define L1_DATA_B_START 0xFF900000 #define L1_DATA_B_START 0xFF900000
#define L1_CODE_LENGTH 0xC000 #define L1_CODE_LENGTH 0x8000
#ifdef CONFIG_BFIN_DCACHE #ifdef CONFIG_BFIN_DCACHE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment