
31 Jul
2012
31 Jul
'12
7:58 p.m.
On Tue, Jul 31, 2012 at 09:40:54AM -0600, Stephen Warren wrote:
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;-)
Hehe. Will do. =)
Thierry