ARMv8: enable pre-allocation malloc
Allocate memory space for pre-allocation malloc and zero global data. This code is partly from crt0.S. Signed-off-by: David Feng <fenghua@phytium.com.cn>
This commit is contained in:
committed by
Albert ARIBAUD
parent
f643d9294f
commit
b263302aa5
@@ -7,10 +7,6 @@
|
||||
#ifndef _ASM_CONFIG_H_
|
||||
#define _ASM_CONFIG_H_
|
||||
|
||||
#ifdef __aarch64__
|
||||
#define CONFIG_SYS_GENERIC_GLOBAL_DATA
|
||||
#endif
|
||||
|
||||
#define CONFIG_LMB
|
||||
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user