commit | 294cd67c8d4a7049dc8d972a52527f605dbdaff7 | [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 | 1edaf094dc1a89c24017da4fd30723bd1c64ac46 [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>