commit | e87c2bda9c45bcfcc8239f6052d6fa9aec7351d6 | [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 | a5c168c6d6699e050c9333c03a4d53d62eb7949b [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>