
31 Jul
2012
31 Jul
'12
7:53 a.m.
On Mon, Jul 30, 2012 at 11:37:52AM -0600, Stephen Warren wrote:
diff --git a/include/configs/harmony.h b/include/configs/harmony.h
[...]
/* Environment not stored */ -#define CONFIG_ENV_IS_NOWHERE +#define CONFIG_ENV_IS_IN_NAND +#define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */
Perhaps the comment should be updated now.
Also on a semi-related note, do you think it would be useful to define some kind of common layout for NAND content? I noticed that there is now an open-source implementation of nvflash that could be used to bootstrap U-Boot. That combined with the NAND support in U-Boot could be used to streamline the bootstrapping of boards.
Thierry