[U-Boot] [PATCH v2 1/2] m68k: add malloc memory for early malloc
Simon Glass
sjg at chromium.org
Mon Dec 28 05:22:07 CET 2015
On 20 December 2015 at 08:54, Angelo Dureghello <angelo at sysam.it> wrote:
> 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 at sysam.it>
>
> ---
>
> Changes in v2: None
>
> arch/m68k/cpu/mcf5227x/start.S | 8 ++++++++
> arch/m68k/cpu/mcf523x/start.S | 8 ++++++++
> arch/m68k/cpu/mcf52x2/start.S | 8 ++++++++
> arch/m68k/cpu/mcf530x/cpu_init.c | 2 +-
> arch/m68k/cpu/mcf530x/start.S | 8 ++++++++
> arch/m68k/cpu/mcf532x/start.S | 8 ++++++++
> arch/m68k/cpu/mcf5445x/start.S | 8 ++++++++
> arch/m68k/cpu/mcf547x_8x/start.S | 8 ++++++++
> arch/m68k/include/asm/config.h | 2 --
> 9 files changed, 57 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list