Re: [U-Boot] [PATCH v3] board_init: Change the logic to setup malloc_base

2015-11-12 Thread Simon Glass
On 12 November 2015 at 07:30, Fabio Estevam wrote: > Prior to commit 5ba534d247d418 ("arm: Switch 32-bit ARM to using generic > global_data setup") we used to have assembly code that configured the > malloc_base address. > > Since this commit we use the

[U-Boot] [PATCH v3] board_init: Change the logic to setup malloc_base

2015-11-12 Thread Fabio Estevam
Prior to commit 5ba534d247d418 ("arm: Switch 32-bit ARM to using generic global_data setup") we used to have assembly code that configured the malloc_base address. Since this commit we use the board_init_f_mem() function in C to setup malloc_base address. In board_init_f_mem() there was a