From mboxrd@z Thu Jan 1 00:00:00 1970 From: york sun Date: Tue, 28 Mar 2017 20:08:42 +0000 Subject: [U-Boot] [PATCH 10/17] board_f: Use timer_init() on all archs References: <20170328162733.20905-1-sjg@chromium.org> <20170328162733.20905-10-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/28/2017 09:27 AM, Simon Glass wrote: > More than half of the architectures use this function so let's make them > all use it. > > For those which don't actually define it, we can rely on the weak function > in lib/time.c > > Signed-off-by: Simon Glass > --- > > common/board_f.c | 4 ---- > 1 file changed, 4 deletions(-) > Reviewed-by: York Sun