summaryrefslogtreecommitdiffstats
path: root/lib_ppc
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-03-27 10:24:03 +0100
committerStefan Roese <sr@denx.de>2008-03-27 10:24:03 +0100
commit6fb4b640562a10daff0dbe537638d511b5b48650 (patch)
tree666529637bdd668bb7406f5b961838260046ff05 /lib_ppc
parent9462732a3ec551c11862450902cd8ee1bedea6d9 (diff)
downloadblackbird-obmc-uboot-6fb4b640562a10daff0dbe537638d511b5b48650.tar.gz
blackbird-obmc-uboot-6fb4b640562a10daff0dbe537638d511b5b48650.zip
ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'lib_ppc')
-rw-r--r--lib_ppc/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index 5e6e1e6a31..f27397614e 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -120,6 +120,10 @@ DECLARE_GLOBAL_DATA_PTR;
#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;
OpenPOWER on IntegriCloud