From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 31 Jul 2012 09:40:54 -0600 Subject: [U-Boot] [PATCH 2/2] tegra: Enable NAND on TEC In-Reply-To: <1343715716-4482-2-git-send-email-thierry.reding@avionic-design.de> References: <1343715716-4482-1-git-send-email-thierry.reding@avionic-design.de> <1343715716-4482-2-git-send-email-thierry.reding@avionic-design.de> Message-ID: <5017FC86.5040700@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/31/2012 12:21 AM, Thierry Reding wrote: > This commit enables NAND support on the Tamonten Evaluation Carrier and > adds the corresponding device tree nodes. Furthermore, the U-Boot > environment can now be stored in NAND. > diff --git a/include/configs/tec.h b/include/configs/tec.h > +/* Environment not stored */ > +#define CONFIG_ENV_IS_IN_NAND > +#define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */ I guess you also need to update the comment;-)