Skip to content

Commit

Permalink
Blackfin: BF51x: fix L1 Instruction SRAM size
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Hennerich authored and Mike Frysinger committed Mar 9, 2010
1 parent 244d342 commit 1dafdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf518/include/mach/mem_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1dafdc5

Please sign in to comment.