Title: [3891] trunk/include/asm-blackfin/mach-bf548/mem_map.h: add defines for the on-chip L1 ROM ...
Revision
3891
Author
vapier
Date
2007-11-18 02:49:25 -0600 (Sun, 18 Nov 2007)

Log Message

add defines for the on-chip L1 ROM ... shouldnt need separate cplb entry though as we cover L1 with a 4 meg page

Diffstat

 mem_map.h |    5 +++++
 1 files changed, 5 insertions(+)

Modified Paths

Diff

Modified: trunk/include/asm-blackfin/mach-bf548/mem_map.h (3890 => 3891)


--- trunk/include/asm-blackfin/mach-bf548/mem_map.h	2007-11-18 07:57:07 UTC (rev 3890)
+++ trunk/include/asm-blackfin/mach-bf548/mem_map.h	2007-11-18 08:49:25 UTC (rev 3891)
@@ -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 */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to