Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b0187854d902f897f98a1712fa9f097b13d7a554
Commit:     b0187854d902f897f98a1712fa9f097b13d7a554
Parent:     c3a9f435ae1b1969736a6ca695dfbc508b917b65
Author:     Mike Frysinger <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 21 16:14:03 2007 +0800
Committer:  Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Wed Nov 21 16:14:03 2007 +0800

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
 include/asm-blackfin/mach-bf548/mem_map.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/asm-blackfin/mach-bf548/mem_map.h 
b/include/asm-blackfin/mach-bf548/mem_map.h
index 00752f7..f99f47b 100644
--- a/include/asm-blackfin/mach-bf548/mem_map.h
+++ b/include/asm-blackfin/mach-bf548/mem_map.h
@@ -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 */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to