summaryrefslogtreecommitdiff
path: root/board/amcc/katmai/init.S
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-03-08 10:32:45 +0100
committerStefan Roese <sr@denx.de>2007-03-08 10:32:45 +0100
commitcd84528f203a28f73e09c11e2737218938eaf71b (patch)
tree69ace4c4c5dbc7cfc36da54469b3ee70edeae05f /board/amcc/katmai/init.S
parentfa1aef15bcd47736687be1af544506e90fba545d (diff)
parent00cdb4ce5e1b42248e7e6522ad0da3421b988afa (diff)
downloadu-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.S10
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)
/*