From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Tue, 10 Apr 2012 13:07:32 +0200 Subject: [U-Boot] [PATCH] Move bootstage timer out of lib/time.c In-Reply-To: <1333663517-10898-1-git-send-email-sjg@chromium.org> References: <1333663517-10898-1-git-send-email-sjg@chromium.org> Message-ID: <4F841474.9070208@esd.eu> 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 06.04.2012 00:05, Simon Glass wrote: > The standalone example does not have get_timer() defined, so we cannot > rely on it being available. > > Move the timer function into boootstage.c to avoid this problem. > > This corrects a build breakage for the standalone example on some boards. > > Signed-off-by: Simon Glass This fixes as expected the currently broken PMC440 board support. Acked-off-by: Matthias Fuchs Matthias