diff options
Diffstat (limited to 'board/esd/cpci440/init.S')
-rw-r--r-- | board/esd/cpci440/init.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/esd/cpci440/init.S b/board/esd/cpci440/init.S index 2dab9f9..82f37fd 100644 --- a/board/esd/cpci440/init.S +++ b/board/esd/cpci440/init.S @@ -92,5 +92,3 @@ tlbtab: tlbentry( CFG_ISRAM_BASE + 0x1000, SZ_4K, 0x80001000, 0, AC_R|AC_W|AC_X ) tlbentry( CFG_SDRAM_BASE, SZ_256M, 0x00000000, 0, AC_R|AC_W|AC_X ) tlbtab_end - - |