Skip to content
Snippets Groups Projects
Commit 6fb4b640 authored by Stefan Roese's avatar Stefan Roese
Browse files

ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined


Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 9462732a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment