Re: [U-Boot] [PATCH v3 48/54] dm: spl: Allow device tree/driver model in board_init_f()

2015-07-17 Thread Simon Glass
On 23 June 2015 at 15:39, Simon Glass s...@chromium.org wrote: Add an spl_init() function that does basic init such that board_init_f() can use simple malloc(), device tree and driver model. Each one is set up only if enabled for SPL. Note: We really should refactor SPL such that there is a

[U-Boot] [PATCH v3 48/54] dm: spl: Allow device tree/driver model in board_init_f()

2015-06-23 Thread Simon Glass
Add an spl_init() function that does basic init such that board_init_f() can use simple malloc(), device tree and driver model. Each one is set up only if enabled for SPL. Note: We really should refactor SPL such that there is a single board_init_f() and rename the existing weak board_init_f()