
2 Apr
2018
2 Apr
'18
5:22 a.m.
On 04/02/2018 05:59 AM, Philipp Tomsich wrote:
DECLARE_GLOBAL_DATA_PTR;
-int board_init(void) -{ - int ret;
- /* - * We need to call into regulators_enable_boot_on() again, as the call - * during SPL may have not included all regulators. - */ - ret = regulators_enable_boot_on(false); - if (ret) - debug("%s: Cannot enable boot on regulator\n", __func__);
This is critical during SPL for us. I don't see this being moved anywhere else.
This will be in common board.c in coming up patch.
Thanks, - Kever