diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2015-01-18 22:18:39 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2015-01-21 14:07:23 +0100 |
commit | e520023882c7187a7cbaecfea0726ea158440aef (patch) | |
tree | 7ba50ce088bccb2abacf79a2e3b710c32ff9c6ec /arch/mips/include | |
parent | dd82128ef5e9fc660862a0a60423aa01a03de5d4 (diff) | |
download | u-boot-imx-e520023882c7187a7cbaecfea0726ea158440aef.zip u-boot-imx-e520023882c7187a7cbaecfea0726ea158440aef.tar.gz u-boot-imx-e520023882c7187a7cbaecfea0726ea158440aef.tar.bz2 |
MIPS: add support for pre-relocation malloc
Implement MIPS specific setup of the gd_t structure to support
pre-relocation malloc. If CONFIG_SYS_MALLOC_F_LEN is specified,
a memory area will be reserved after the initial stack area and
the gd->malloc_base pointer will be initialized.
After this patch the new driver model can be used on MIPS.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/config.h b/arch/mips/include/asm/config.h index 1c8a42b..3a891ba 100644 --- a/arch/mips/include/asm/config.h +++ b/arch/mips/include/asm/config.h @@ -7,8 +7,6 @@ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_ -#define CONFIG_SYS_GENERIC_GLOBAL_DATA - #define CONFIG_LMB #define CONFIG_SYS_BOOT_RAMDISK_HIGH |