summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/config.h
diff options
context:
space:
mode:
authorDavid Feng <fenghua@phytium.com.cn>2015-01-31 11:55:28 +0800
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2015-03-27 16:28:58 +0100
commitb263302aa588464cec3bbdde09e2b52765dbae9e (patch)
tree3e92efaf2431fe745addb8251d79a668f20337ae /arch/arm/include/asm/config.h
parentf643d9294f45487f22e8f33d6572530f17eff4e9 (diff)
downloadblackbird-obmc-uboot-b263302aa588464cec3bbdde09e2b52765dbae9e.tar.gz
blackbird-obmc-uboot-b263302aa588464cec3bbdde09e2b52765dbae9e.zip
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>
Diffstat (limited to 'arch/arm/include/asm/config.h')
-rw-r--r--arch/arm/include/asm/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/config.h b/arch/arm/include/asm/config.h
index be80434dee..7a34a0186c 100644
--- a/arch/arm/include/asm/config.h
+++ b/arch/arm/include/asm/config.h
@@ -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
OpenPOWER on IntegriCloud