From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Fri, 20 Feb 2009 08:48:05 +0100 Subject: [U-Boot] [PATCH] nmdk8815: rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV In-Reply-To: <1234916392-2306-1-git-send-email-vapier@gentoo.org> References: <1234916392-2306-1-git-send-email-vapier@gentoo.org> Message-ID: <20090220074805.GA30902@mail.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Sorry for the naive question but: > /* At this point there is no flash driver, so remove some commands */ > -#undef CONFIG_CMD_ENV > +#undef CONFIG_CMD_SAVEENV The later nand patch removes this undef. What if git reports a conflict? Should I resubmit? Thanks /alessandro