mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
9462732a3e
commit
6fb4b64056
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue