commit | 40e6fd1b1c35bb5ac385574d8b0a1f374783644c | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Thu May 24 11:38:38 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Jul 07 14:07:21 2012 +0200 |
tree | 1028a948ceabb14821806fcde46f7458a0ab8f16 | |
parent | 367f51daef4269bc194a52b5a7d11a8617b736f1 [diff] |
tegra: paz00: 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>