From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luka Perkov Date: Wed, 28 Aug 2013 01:03:54 +0200 Subject: [U-Boot] [PATCH 1/2] fw_env: add redundand env support for MTD_ABSENT In-Reply-To: <20130827173557.4C5C811C0ED4@dd12814.kasserver.com> References: <1377434811-25662-1-git-send-email-oliver@freetz.org> <20130827173557.4C5C811C0ED4@dd12814.kasserver.com> Message-ID: <20130827230354-6496@mutt-kz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Oliver, On Tue, Aug 27, 2013 at 07:35:57PM +0200, Oliver Metz wrote: > But I'm unsure how to comment the changes in fw_env.config since redundant > env description is already in the comment at the top. > > Is something like this enough? > > diff --git a/tools/env/fw_env.config b/tools/env/fw_env.config > index 90e499d..fcaab55 100644 > --- a/tools/env/fw_env.config > +++ b/tools/env/fw_env.config > @@ -20,3 +20,4 @@ > > # Block device example > #/dev/mmcblk0 0xc0000 0x20000 > +#/dev/mmcblk0 0xe0000 0x20000 I'd say it's unnecessary... Luka