diff options
author | Stefan Roese <sr@denx.de> | 2007-12-22 12:20:09 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-12-27 19:35:35 +0100 |
commit | 42d55ea0bde06e47d5a3b49b0d91002acd8e5708 (patch) | |
tree | eb0059a616061496cba57449064825c13f3980d3 /include/configs/lwmon5.h | |
parent | d91722102cf63f77a0148ed3f3d54a26d87575e9 (diff) | |
download | u-boot-imx-42d55ea0bde06e47d5a3b49b0d91002acd8e5708.zip u-boot-imx-42d55ea0bde06e47d5a3b49b0d91002acd8e5708.tar.gz u-boot-imx-42d55ea0bde06e47d5a3b49b0d91002acd8e5708.tar.bz2 |
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/lwmon5.h')
-rw-r--r-- | include/configs/lwmon5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h index 9cb483d..5210024 100644 --- a/include/configs/lwmon5.h +++ b/include/configs/lwmon5.h @@ -153,7 +153,7 @@ CFG_POST_SPR | \ CFG_POST_UART) -#define CFG_POST_CACHE_ADDR 0x10000000 /* free virtual address */ +#define CFG_POST_CACHE_ADDR 0x7fff0000 /* free virtual address */ #define CONFIG_LOGBUFFER #define CFG_CONSOLE_IS_IN_ENV /* Otherwise it catches logbuffer as output */ |