Re: [U-Boot] [PATCH 1/2 v4] m68k: add malloc memory for early malloc

2016-04-29 Thread Simon Glass
On 29 April 2016 at 08:02, Simon Glass wrote: > On 27 April 2016 at 13:50, Angelo Dureghello 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-

Re: [U-Boot] [PATCH 1/2 v4] m68k: add malloc memory for early malloc

2016-04-29 Thread Simon Glass
On 27 April 2016 at 13:50, Angelo Dureghello 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 > --- > Changes for v2: >-

[U-Boot] [PATCH 1/2 v4] m68k: add malloc memory for early malloc

2016-04-27 Thread Angelo Dureghello
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 --- Changes for v2: - none Changes for v3: - fix start.S using new board_init_f_alloc_r