From patchwork Thu Jan 5 18:09:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frans Meulenbroeks X-Patchwork-Id: 134523 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 920411007D7 for ; Fri, 6 Jan 2012 05:09:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8E4B4284FE; Thu, 5 Jan 2012 19:09:24 +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 J6dAzc8K-eCV; Thu, 5 Jan 2012 19:09:24 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5E1EB284E2; Thu, 5 Jan 2012 19:09:22 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C7076284E2 for ; Thu, 5 Jan 2012 19:09:20 +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 nbzKIWM1NTrE for ; Thu, 5 Jan 2012 19:09:20 +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 mail-ee0-f44.google.com (mail-ee0-f44.google.com [74.125.83.44]) by theia.denx.de (Postfix) with ESMTPS id 357F4284D4 for ; Thu, 5 Jan 2012 19:09:18 +0100 (CET) Received: by eekc14 with SMTP id c14so747896eek.3 for ; Thu, 05 Jan 2012 10:09:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=vxKt2sS4N9/WshOlYO8PMKUXbc7l39Ty68XWXTb5E4E=; b=OkwlxEMPFutHPL0Qjbf17U2z3loVWvXZGLNfgXW9ZigdaDUYqMUkZGahR2RfZeFVIQ 4raRoud30rmZHdaqo6igHk1Vz6A1FZOamGwz+xlF40682UTOTfkAfb//H6byihRlick2 ynk/cz8iAg72TKPHotjh8Y/+nL4hdrL+CHyg4= Received: by 10.14.49.133 with SMTP id x5mr1196381eeb.35.1325786958195; Thu, 05 Jan 2012 10:09:18 -0800 (PST) Received: from localhost.localdomain (a2038.upc-a.chello.nl. [62.163.2.38]) by mx.google.com with ESMTPS id 13sm236540089eeu.1.2012.01.05.10.09.16 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 05 Jan 2012 10:09:17 -0800 (PST) From: Frans Meulenbroeks To: u-boot@lists.denx.de Date: Thu, 5 Jan 2012 19:09:10 +0100 Message-Id: <1325786950-2148-1-git-send-email-fransmeulenbroeks@gmail.com> X-Mailer: git-send-email 1.7.8.1 Subject: [U-Boot] [PATCH] fw_env.h: fix comment 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 made description according to implementation (where the config file is the default). Signed-off-by: Frans Meulenbroeks --- tools/env/fw_env.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h index 9258c79..cfbe108 100644 --- a/tools/env/fw_env.h +++ b/tools/env/fw_env.h @@ -22,8 +22,8 @@ */ /* - * To build the utility with the run-time configuration - * uncomment the next line. + * To build the utility with the static configuration + * comment out the next line. * See included "fw_env.config" sample file * for notes on configuration. */