commit | 1754f50b710194f886b6f2831803d8960171a14d | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Jan 09 10:25:46 2008 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Jan 09 10:25:46 2008 +0100 |
tree | 6f537c90aeb8ef959dd70834f3cd3bb11d1ba133 | |
parent | e02c521d94b45d7b05aa522e4ccde6b74bf5fe57 [diff] |
ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage The privious 4xx POST implementation only supported storing the POST WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer we need to store the POST WORD in some other non volatile location. This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such a location. Signed-off-by: Stefan Roese <sr@denx.de>