summaryrefslogtreecommitdiff
path: root/include/configs/sequoia.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-12-22 11:20:09 (GMT)
committerStefan Roese <sr@denx.de>2007-12-27 18:35:35 (GMT)
commit42d55ea0bde06e47d5a3b49b0d91002acd8e5708 (patch)
treeeb0059a616061496cba57449064825c13f3980d3 /include/configs/sequoia.h
parentd91722102cf63f77a0148ed3f3d54a26d87575e9 (diff)
downloadu-boot-fsl-qoriq-42d55ea0bde06e47d5a3b49b0d91002acd8e5708.tar.xz
ppc4xx: Move virtual address of POST cache test to bigger address
On Sequoia & LWMON5 the virtual address of the POST cache test is now moved to a bigger address. This enables usage of more memory on those boards. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/sequoia.h')
-rw-r--r--include/configs/sequoia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h
index 48a64e3..1f72b54 100644
--- a/include/configs/sequoia.h
+++ b/include/configs/sequoia.h
@@ -377,7 +377,7 @@
#define CFG_POST_WORD_ADDR (CFG_GBL_DATA_OFFSET - 0x4)
#define CONFIG_LOGBUFFER
-#define CFG_POST_CACHE_ADDR 0x10000000 /* free virtual address */
+#define CFG_POST_CACHE_ADDR 0x7fff0000 /* free virtual address */
#define CFG_CONSOLE_IS_IN_ENV /* Otherwise it catches logbuffer as output */