
19 Jan
2016
19 Jan
'16
4:08 a.m.
Hi Tom,
On Tue, Jan 19, 2016 at 11:05 AM, Simon Glass sjg@chromium.org wrote:
On 18 January 2016 at 08:29, Bin Meng bmeng.cn@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@gmail.com
arch/x86/cpu/quark/quark.c | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Can you apply this directly?
Regards, Bin