dect
/
linux-2.6
Archived
13
0
Fork 0

Blackfin arch: add defines for the on-chip L1 ROM of BF54x

Should not need separate cplb entry though as we cover L1 with a 4 meg page

Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
Mike Frysinger 2007-11-21 16:14:03 +08:00 committed by Bryan Wu
parent c3a9f435ae
commit b0187854d9
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@
#define BOOT_ROM_START 0xEF000000
#define BOOT_ROM_LENGTH 0x1000
/* L1 Instruction ROM */
#define L1_ROM_START 0xFFA14000
#define L1_ROM_LENGTH 0x10000
/* Level 1 Memory */
/* Memory Map for ADSP-BF548 processors */