commit | 2ca13f48ae74c2e11575f849359381fdedfbf9f2 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Thu May 24 11:38:35 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Jul 07 14:07:20 2012 +0200 |
tree | acd267111dd8202efa364d62bdc422b6d0b54d64 | |
parent | 5f96364d3ff5983415c0851293b9787c017e52d0 [diff] |
tegra: ventana: store environment in eMMC Store the environment in eMMC, at the end of the second boot sector. This should not conflict with any other eMMC usage: U-Boot is stored well below this location, and the kernel only uses the general area of the eMMC once booted, not the boot sectors. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>