From patchwork Fri Apr 26 10:25:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 239796 X-Patchwork-Delegate: trini@ti.com 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 2D57E2C0107 for ; Fri, 26 Apr 2013 20:26:23 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7384F4A569; Fri, 26 Apr 2013 12:26:15 +0200 (CEST) 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 8lgOSyrg0Kup; Fri, 26 Apr 2013 12:26:15 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EF6C34A564; Fri, 26 Apr 2013 12:26:08 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 555FD4A511 for ; Fri, 26 Apr 2013 12:26:05 +0200 (CEST) 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 werRg5VK-yQ3 for ; Fri, 26 Apr 2013 12:26:03 +0200 (CEST) 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 mail-ea0-f169.google.com (mail-ea0-f169.google.com [209.85.215.169]) by theia.denx.de (Postfix) with ESMTPS id 51F434A145 for ; Fri, 26 Apr 2013 12:26:01 +0200 (CEST) Received: by mail-ea0-f169.google.com with SMTP id d10so1132322eaj.14 for ; Fri, 26 Apr 2013 03:26:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:in-reply-to:references:content-type :x-gm-message-state; bh=xQuLtMqvmBYB43fhpIS3ChUEr7iAOD6Yc3ZLP4AhE3Y=; b=oE6MSmNYvW1OWsHjd2mgcn8iaUxPLj9NZhFDe6mrOMdOVPWEXCS3ZfiW7HJSBnpcB9 FN7zuxrrvSJTv16iDqSGo/eVagWAm3nrdP/IgvPNc9x2A5iNri9XRFBiBjeP93tXFg5J obhrXnio4tgxQsSwcfnOsj9aNOJCqvFDkmPm14I3NrhAW/n0KnWqk+gDabrboljuXXez 99DH+i/G8ev/YIyYAScCEEnWAiPFVyV6IHn0hdQj7SLrUwV3GURoi0lsDFkxjXRkEss8 v0XWE653DELlLjzzITsBeHOmTaKCN8/ZEbZxkg877gx5+DQysske9YdE3s19iSpvppsj 0wnw== X-Received: by 10.14.219.8 with SMTP id l8mr64907149eep.40.1366971960308; Fri, 26 Apr 2013 03:26:00 -0700 (PDT) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id j43sm15216095eep.4.2013.04.26.03.25.59 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Fri, 26 Apr 2013 03:25:59 -0700 (PDT) From: Michal Simek To: u-boot@lists.denx.de, Michal Simek , Tom Rini Date: Fri, 26 Apr 2013 12:25:24 +0200 Message-Id: X-Mailer: git-send-email 1.8.2.1 In-Reply-To: <9fce088843939a516846547b2e03be106318c82c.1366971916.git.michal.simek@xilinx.com> References: <9fce088843939a516846547b2e03be106318c82c.1366971916.git.michal.simek@xilinx.com> In-Reply-To: <9fce088843939a516846547b2e03be106318c82c.1366971916.git.michal.simek@xilinx.com> References: <9fce088843939a516846547b2e03be106318c82c.1366971916.git.michal.simek@xilinx.com> X-Gm-Message-State: ALoCoQnrYpl/YUozf3xZhuIqNcan2+OJy1HSGT5fz4qGzM/k/Mz7olNKiHjivIo9kPNelYMrnimZ Cc: Peter Crosthwaite , Jagannadha Sutradharudu Teki Subject: [U-Boot] [PATCH 2/2] fpga: Fix debug message compilation error 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 CONFIG_FPGA in past was bitfield where bits were use for vendor identification. This fix should be the part of this commit: "Improve configuration of FPGA subsystem" (sha1: 0133502e39ff89b67c26cb4015e0e7e8d9571184) Signed-off-by: Michal Simek --- drivers/fpga/fpga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.8.2.1 diff --git a/drivers/fpga/fpga.c b/drivers/fpga/fpga.c index 0d29894..3bea26c 100644 --- a/drivers/fpga/fpga.c +++ b/drivers/fpga/fpga.c @@ -145,7 +145,7 @@ void fpga_init(void) next_desc = 0; memset(desc_table, 0, sizeof(desc_table)); - debug("%s: CONFIG_FPGA = 0x%x\n", __func__, CONFIG_FPGA); + debug("%s\n", __func__); } /*