summaryrefslogtreecommitdiff
path: root/include/configs/sequoia.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-07-06 14:49:28 +0200
committerStefan Roese <sr@denx.de>2007-07-06 14:49:28 +0200
commit461f2274f8d5e15a354ff92648f17c7b2aa76faa (patch)
tree86b6b095749fcb9faca5858fe05b7b991b50bce9 /include/configs/sequoia.h
parent8e990cb076a1c77daf3a50cc0df9732135e9eef5 (diff)
parente80955f07de03fef0196353e77534b2300193c1c (diff)
downloadu-boot-imx-461f2274f8d5e15a354ff92648f17c7b2aa76faa.zip
u-boot-imx-461f2274f8d5e15a354ff92648f17c7b2aa76faa.tar.gz
u-boot-imx-461f2274f8d5e15a354ff92648f17c7b2aa76faa.tar.bz2
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'include/configs/sequoia.h')
-rw-r--r--include/configs/sequoia.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h
index 44bc955..3219992 100644
--- a/include/configs/sequoia.h
+++ b/include/configs/sequoia.h
@@ -334,10 +334,14 @@
CFG_POST_CPU | \
CFG_POST_UART | \
CFG_POST_I2C | \
+ CFG_POST_CACHE | \
+ CFG_POST_FPU | \
+ CFG_POST_ETHER | \
CFG_POST_SPR)
#define CFG_POST_WORD_ADDR (CFG_GBL_DATA_OFFSET - 0x4)
#define CONFIG_LOGBUFFER
+#define CFG_POST_CACHE_ADDR 0x10000000 /* free virtual address */
#define CFG_CONSOLE_IS_IN_ENV /* Otherwise it catches logbuffer as output */