From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 25 Nov 2011 09:52:10 +0100 Subject: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood In-Reply-To: <1322140150-15801-1-git-send-email-holger.brunck@keymile.com> References: <1322140150-15801-1-git-send-email-holger.brunck@keymile.com> Message-ID: <201111250952.10899.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > commit f31a911fe (arm, post: add missing post_time_ms for arm) > enables get_ticks and get_tbclk for all arm based boards, > but kirkwood has currently no implementation for this. So > undefine this for kirkwood boards. So this means the kirkwood timer doesn't conform to current timer api? Why work it around and not fix it then? M