From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Mon, 30 Nov 2015 11:11:41 +0530 Subject: [U-Boot] [PATCH] dm: timer: Avoid using timer before it is ready In-Reply-To: <1448774195-17976-1-git-send-email-sjg@chromium.org> References: <1448774195-17976-1-git-send-email-sjg@chromium.org> Message-ID: <565BE195.3010506@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sunday 29 November 2015 10:46 AM, 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 > --- Reviewed-by: Mugunthan V N Regards Mugunthan V N