Skip to content

Commit

Permalink
Blackfin arch: add defines for the on-chip L1 ROM of BF54x
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 21, 2007
1 parent c3a9f43 commit b018785
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/asm-blackfin/mach-bf548/mem_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b018785

Please sign in to comment.