[U-Boot] [PATCH] x86: quark: Fix boot breakage

Bin Meng bmeng.cn at gmail.com
Tue Jan 19 04:08:24 CET 2016


Hi Tom,

On Tue, Jan 19, 2016 at 11:05 AM, Simon Glass <sjg at chromium.org> wrote:
> On 18 January 2016 at 08:29, Bin Meng <bmeng.cn at gmail.com> wrote:
>> With driver model timer conversion, quark based board does not boot
>> any more as mdelay() is called during quark_pcie_early_init() which
>> is before driver model gets initialized. Fix this breakage.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>>  arch/x86/cpu/quark/quark.c | 27 ++++++++++++++++-----------
>>  1 file changed, 16 insertions(+), 11 deletions(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Can you apply this directly?

Regards,
Bin


More information about the U-Boot mailing list