提交 6fb4b640 编写于 作者: S Stefan Roese

ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined

Signed-off-by: NStefan Roese <sr@denx.de>
上级 9462732a
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册