summaryrefslogtreecommitdiff
path: root/board/amcc/sequoia/init.S
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-01-06 13:11:52 +0100
committerStefan Roese <sr@denx.de>2007-01-06 13:11:52 +0100
commitaeeced147c2ca52fbc674a6a7bd66ab1d80f245c (patch)
treec433290737f14b6c547443ad094d0519dbfa8bbf /board/amcc/sequoia/init.S
parent86cb03ac70863196de04c9adace0b43f7fee4434 (diff)
parentcd1d937f90250a32988c37b2b4af8364d25de8ed (diff)
downloadu-boot-imx-aeeced147c2ca52fbc674a6a7bd66ab1d80f245c.zip
u-boot-imx-aeeced147c2ca52fbc674a6a7bd66ab1d80f245c.tar.gz
u-boot-imx-aeeced147c2ca52fbc674a6a7bd66ab1d80f245c.tar.bz2
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Diffstat (limited to 'board/amcc/sequoia/init.S')
-rw-r--r--board/amcc/sequoia/init.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/sequoia/init.S b/board/amcc/sequoia/init.S
index 3d4ac85..45bcd4b 100644
--- a/board/amcc/sequoia/init.S
+++ b/board/amcc/sequoia/init.S
@@ -90,7 +90,7 @@ tlbtab:
/*
* 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
- */
+ */
#ifndef CONFIG_NAND_SPL
tlbentry( CFG_BOOT_BASE_ADDR, SZ_256M, CFG_BOOT_BASE_ADDR, 1, AC_R|AC_W|AC_X|SA_G )
#else