From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Mon, 23 May 2011 14:31:51 +0200 Subject: [U-Boot] [PATCH] [Timer]Remove calls to [get, reset]_timer outside arch/ In-Reply-To: <1306151649-25640-1-git-send-email-graeme.russ@gmail.com> References: <1306151649-25640-1-git-send-email-graeme.russ@gmail.com> Message-ID: <4DDA53B7.7020804@bus-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 2011-05-23 13:54, schrieb Graeme Russ: > There is no need to use get_timer() and reset_timer() and there are build > breakages occuring because of them (specifically cfi_flash). Remove any > usage outside arch/ to fix build breakages and to prepare for complete > removal > > Signed-off-by: Graeme Russ > --- > checkpatch complains about long lines and brace usage in the board specific > flash.c files - They are deprecated and not worth fixing for style > > board/BuS/EB+MCF-EV123/flash.c | 10 ++++++---- Ack, for EB+MCF-EV123 board Best regards Jens Scharsig