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>
This commit is contained in:
Michael Hennerich 2009-12-18 12:30:04 +00:00 committed by Mike Frysinger
parent 244d34230b
commit 1dafdc513a

View file

@ -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