From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Fri, 6 Nov 2015 12:08:58 +0800 Subject: [U-Boot] [PATCH v2 1/2] common/board_f.c: move mark_bootstage after arch_cpu_init_dm In-Reply-To: References: <1445520317-24516-1-git-send-email-thomas@wytron.com.tw> <1446190552-1294-1-git-send-email-thomas@wytron.com.tw> Message-ID: <563C27DA.3060106@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 2015?11?06? 11:15, Simon Glass wrote: > On 30 October 2015 at 01:35, Thomas Chou wrote: >> As mark_bootstage() uses timer, it should go after driver model >> is initialized. >> >> Signed-off-by: Thomas Chou >> Reviewed-by: Simon Glass >> --- >> common/board_f.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Reviewed-by: Simon Glass > Will you please pick up this series? Or shall I pick them? As Bin Meng has follow up patches to timer uclass, I hope we can resolve rebase issue. Best regards, Thomas