[U-Boot] [U-Boot, 31/36] rockchip: rk3399: prepare to use common board file
Kever Yang
kever.yang at rock-chips.com
Mon Apr 2 03:22:51 UTC 2018
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
More information about the U-Boot
mailing list