From patchwork Sat Nov 19 03:19:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 126517 X-Patchwork-Delegate: wd@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id A18BFB7235 for ; Sat, 19 Nov 2011 14:19:23 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9B78A28999; Sat, 19 Nov 2011 04:19:21 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yL3zCthK4zJS; Sat, 19 Nov 2011 04:19:21 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 395582898A; Sat, 19 Nov 2011 04:19:19 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 503FE2898A for ; Sat, 19 Nov 2011 04:19:17 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X5WtvZE2eYV3 for ; Sat, 19 Nov 2011 04:19:15 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by theia.denx.de (Postfix) with ESMTPS id 3BC4728977 for ; Sat, 19 Nov 2011 04:19:13 +0100 (CET) Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 6971B1B4013; Sat, 19 Nov 2011 03:19:09 +0000 (UTC) From: Mike Frysinger To: Wolfgang Denk Date: Fri, 18 Nov 2011 22:19:12 -0500 Message-Id: <1321672752-1950-1-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 1.7.6.1 Cc: u-boot@lists.denx.de Subject: [U-Boot] Pull request u-boot-blackfin.git X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de The following changes since commit 05622191e510e495b6a06da6342126e80a3fed8f: tools: checkpatch.pl from Linux added to tools (2011-11-17 14:27:11 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git master Mike Frysinger (3): Blackfin: drop now unused local variable Blackfin: traps: fix up printf warnings from debug Blackfin: cache result of cpp check arch/blackfin/config.mk | 3 ++- arch/blackfin/cpu/traps.c | 15 ++++++++++----- arch/blackfin/lib/board.c | 1 - 3 files changed, 12 insertions(+), 7 deletions(-)