From: Stephen Warren <swar...@nvidia.com> The environment is now stored in NAND, so update the comment to say so, rather than saying it's not stored.
Signed-off-by: Stephen Warren <swar...@nvidia.com> --- Tom, feel free to just squash this into my patch that added environment support to Harmony if you want. include/configs/harmony.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/harmony.h b/include/configs/harmony.h index 85059b9..69857dd 100644 --- a/include/configs/harmony.h +++ b/include/configs/harmony.h @@ -68,7 +68,7 @@ #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE TEGRA20_NAND_BASE -/* Environment not stored */ +/* Environment in NAND (which is 512M), aligned to start of last sector */ #define CONFIG_ENV_IS_IN_NAND #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */ -- 1.7.0.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot