From patchwork Wed May 1 08:59:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 240747 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 E471C2C009C for ; Wed, 1 May 2013 19:00:30 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 40ED34A2C4; Wed, 1 May 2013 11:00:27 +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 D1a22i18II5h; Wed, 1 May 2013 11:00:27 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 09BD84A2D2; Wed, 1 May 2013 11:00:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 07C434A2C3 for ; Wed, 1 May 2013 10:59:59 +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 ZAPY5FoWgFRE for ; Wed, 1 May 2013 10:59:54 +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-f178.google.com (mail-ea0-f178.google.com [209.85.215.178]) by theia.denx.de (Postfix) with ESMTPS id 3CE424A2BF for ; Wed, 1 May 2013 10:59:45 +0200 (CEST) Received: by mail-ea0-f178.google.com with SMTP id o10so605510eaj.9 for ; Wed, 01 May 2013 01:59:45 -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=PPZpvHjxRYTBbF0b+CyO8Mko3sdj8fKxWd+shR0V5j4=; b=OW+cF5fH+n4GHwAcHsgFswU4HwSJvNeSW89ZiZyoAL7Y2mRXPtzQdl/R0AGsliOh/K SjMef/NP1aXg0jVaOjH4OHGdGRG2Pax5juT0/7kXXTJCuCtK8m2wkyCT+a9fnqGBf2L9 0Jyb1dY7EFhE+IaHacCRSSeggGlxkk9DUtp6oTijfECOrGnFLxZRD44Vyd0lQLz7PVNy Yw2QBtfD3x68jtJlJ9yC+SYhoZyNQ30XkCcg/oeq+cYpKhaVLF29cr1obHCTkXWP8DYR 8wTkvTM0IKJJ4x9xT0OYlvaSLg3Q7AP43EAtdBT6rT5QfQyjY5SBTYEu0A/8yt5zfj26 4vUg== X-Received: by 10.15.35.71 with SMTP id f47mr5654165eev.15.1367398785434; Wed, 01 May 2013 01:59:45 -0700 (PDT) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id bk42sm2576225eeb.3.2013.05.01.01.59.44 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Wed, 01 May 2013 01:59:44 -0700 (PDT) From: Michal Simek To: u-boot@lists.denx.de, Joe Hershberger , Albert Aribaud , Tom Rini Date: Wed, 1 May 2013 10:59:18 +0200 Message-Id: <5dd8eef77dab4c31d03fb88703e912539da83ade.1367398749.git.michal.simek@xilinx.com> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQlmAYb8ONDhTlpnLFv1KyqOdjC8rVSvFBnuh+becttoT3lR1lxwN86bJ0d7NAbGt+1x2XBy Cc: Peter Crosthwaite , Jagannadha Sutradharudu Teki Subject: [U-Boot] [PATCH v2 2/7] 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 a 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 --- Changes in v2: - Fix grammer in the commit message 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 ddebd49..43bdf4f 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__); } /*