Explorar o código

ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese %!s(int64=17) %!d(string=hai) anos
pai
achega
6fb4b64056
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      lib_ppc/board.c

+ 4 - 0
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;