commit | 3b42332c16c5880aea1b8c02a66043c6782f99ac | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Mar 27 10:24:03 2008 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Mar 27 10:24:03 2008 +0100 |
tree | 666529637bdd668bb7406f5b961838260046ff05 | |
parent | 34a64a4f6cb12046c83703442239cbe06137f7c1 [diff] |
ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined Signed-off-by: Stefan Roese <sr@denx.de>
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 5e6e1e6..f273976 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c
@@ -120,6 +120,10 @@ #define TOTAL_MALLOC_LEN CFG_MALLOC_LEN #endif +#if !defined(CFG_MEM_TOP_HIDE) +#define CFG_MEM_TOP_HIDE 0 +#endif + extern ulong __init_end; extern ulong _end; ulong monitor_flash_len;