
29 Nov
2015
29 Nov
'15
7:28 a.m.
Hi Simon,
On 2015年11月29日 13:16, Simon Glass wrote:
At present bootstage will try to read the timer very early after relocation. When driver model it used to provide the timer, we cannot read it until driver model is ready. Correct this by adding a separate stage for the post-relocation bootstage init.
This fixes booting on chromebook_link.
Signed-off-by: Simon Glass sjg@chromium.org
common/board_r.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
Acked-by: Thomas Chou thomas@wytron.com.tw