projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9462732
)
ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
author
Stefan Roese
<sr@denx.de>
Thu, 27 Mar 2008 09:24:03 +0000
(10:24 +0100)
committer
Stefan Roese
<sr@denx.de>
Thu, 27 Mar 2008 09:24:03 +0000
(10:24 +0100)
Signed-off-by: Stefan Roese <sr@denx.de>
lib_ppc/board.c
patch
|
blob
|
history
diff --git
a/lib_ppc/board.c
b/lib_ppc/board.c
index
5e6e1e6
..
f273976
100644
(file)
--- 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;