diff options
author | angelo@sysam.it <angelo@sysam.it> | 2016-04-27 21:50:44 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-05-17 09:54:43 -0600 |
commit | 5044c9cc6c4dffb2959769a785663f46cb418461 (patch) | |
tree | 3ca99b08de48e0ceff100d5d84bb183a44243a80 /arch/m68k/include/asm | |
parent | 037734393ef6181e87d85be15468af4baee70b42 (diff) | |
download | u-boot-imx-5044c9cc6c4dffb2959769a785663f46cb418461.zip u-boot-imx-5044c9cc6c4dffb2959769a785663f46cb418461.tar.gz u-boot-imx-5044c9cc6c4dffb2959769a785663f46cb418461.tar.bz2 |
m68k: add malloc memory for early malloc
To use serial uclass and DM, CONFIG_SYS_MALLOC_F must be used.
So CONFIG_SYS_GENERIC_GLOBAL_DATA has been undefined and
call to board_init_f_mem() is added for all cpu's.
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/m68k/include/asm')
-rw-r--r-- | arch/m68k/include/asm/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/include/asm/config.h b/arch/m68k/include/asm/config.h index e1458ac..9c4d3fb 100644 --- a/arch/m68k/include/asm/config.h +++ b/arch/m68k/include/asm/config.h @@ -7,8 +7,6 @@ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_ -#define CONFIG_SYS_GENERIC_GLOBAL_DATA - #define CONFIG_NEEDS_MANUAL_RELOC #define CONFIG_LMB |