1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 09:42:22 +02:00
Files
u-boot-megous/include
Stephen Warren 573668a24e tegra: put eMMC environment into the boot sectors
When I set up Tegra's config files to put the environment into eMMC, I
assumed that CONFIG_ENV_OFFSET was a linearized address relative to the
start of the eMMC device, and spanning HW partitions boot0, boot1,
general* and the user area in order. However, it turns out that the
offset is actually relative to the beginning of the user area. Hence,
the environment block ended up in a different location to expected and
documented.

Set CONFIG_SYS_MMC_ENV_PART=2 (boot1) to solve this, and adjust
CONFIG_ENV_OFFSET to be relative to the start of boot1, not the entire
eMMC.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2012-09-07 13:54:31 -07:00
..
2012-08-09 23:42:20 +02:00
2012-05-15 08:31:37 +02:00
2012-05-15 08:31:30 +02:00
2012-06-21 20:53:09 +02:00
2012-09-07 13:54:31 -07:00
2012-05-15 08:31:34 +02:00
2012-05-25 10:39:23 +02:00
2012-05-25 09:15:10 +02:00
2012-08-09 22:04:52 +02:00
2012-05-22 10:14:34 +02:00
2012-05-15 08:31:34 +02:00
2012-05-20 08:32:32 +02:00
2012-09-01 14:58:21 +02:00
2012-05-15 08:31:40 +02:00
2012-05-15 08:31:37 +02:00
2012-05-15 08:31:25 +02:00
2012-08-09 23:42:20 +02:00