diff options
author | Stefan Roese <sr@denx.de> | 2007-03-08 10:32:45 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-03-08 10:32:45 +0100 |
commit | cd84528f203a28f73e09c11e2737218938eaf71b (patch) | |
tree | 69ace4c4c5dbc7cfc36da54469b3ee70edeae05f /board/amcc/katmai/init.S | |
parent | fa1aef15bcd47736687be1af544506e90fba545d (diff) | |
parent | 00cdb4ce5e1b42248e7e6522ad0da3421b988afa (diff) | |
download | u-boot-imx-cd84528f203a28f73e09c11e2737218938eaf71b.zip u-boot-imx-cd84528f203a28f73e09c11e2737218938eaf71b.tar.gz u-boot-imx-cd84528f203a28f73e09c11e2737218938eaf71b.tar.bz2 |
Merge with /home/stefan/git/u-boot/yucca-ddr2
Diffstat (limited to 'board/amcc/katmai/init.S')
-rw-r--r-- | board/amcc/katmai/init.S | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/amcc/katmai/init.S b/board/amcc/katmai/init.S index f5900bc..6b024ee 100644 --- a/board/amcc/katmai/init.S +++ b/board/amcc/katmai/init.S @@ -46,6 +46,11 @@ .globl tlbtabA tlbtabA: tlbtab_start + + /* + * BOOT_CS (FLASH) must be first. Before relocation SA_I can be off to use the + * speed up boot process. It is patched after relocation to enable SA_I + */ tlbentry(0xff000000, SZ_16M, 0xff000000, 4, AC_R|AC_W|AC_X|SA_G) /* @@ -81,6 +86,11 @@ tlbtabA: .globl tlbtabB tlbtabB: tlbtab_start + + /* + * BOOT_CS (FLASH) must be first. Before relocation SA_I can be off to use the + * speed up boot process. It is patched after relocation to enable SA_I + */ tlbentry(0xff000000, SZ_16M, 0xff000000, 4, AC_R|AC_W|AC_X|SA_G) /* |