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 21:46:32 +02:00
2012-09-07 13:54:31 -07:00
2012-09-07 13:54:30 -07:00
2012-08-13 14:34:35 +02:00
2012-04-30 16:54:51 +02:00
2012-05-20 08:32:33 +02:00
2012-08-09 23:42:20 +02:00
2012-07-06 17:30:32 -05:00
2012-05-15 08:31:37 +02:00
2012-05-15 08:31:30 +02:00
2012-03-18 20:10:02 +01:00
2012-06-05 11:19:02 +02:00
2012-03-13 14:29:14 +01:00
2012-09-01 14:26:02 +02:00
2012-04-10 23:35:32 +02:00
2012-03-27 22:05:28 +02:00
2012-03-06 21:09:41 +01:00
2012-08-09 22:06:03 +02:00
2012-08-09 23:42:20 +02:00
2012-06-20 20:26:16 +02:00
2012-09-01 14:58:10 +02:00
2012-05-15 08:31:34 +02:00
2012-06-21 20:53:09 +02:00
2012-05-22 10:14:05 +02:00
2012-02-15 16:50:14 -06:00
2012-09-07 13:54:31 -07:00
2012-08-13 14:34:44 +02:00
2012-09-01 14:58:30 +02:00
2012-05-15 08:31:34 +02:00
2012-04-30 15:01:29 +02:00
2012-01-11 08:03:46 +01:00
2012-04-30 16:38:54 +02:00
2012-05-15 08:31:39 +02:00
2012-05-25 10:39:23 +02:00
2012-05-15 08:31:39 +02:00
2012-03-04 21:56:15 +01:00
2012-09-01 14:58:24 +02:00
2012-05-25 09:15:10 +02:00
2012-06-19 22:35:10 +02:00
2012-08-09 22:04:52 +02:00
2012-05-15 08:31:29 +02:00
2012-05-15 08:31:28 +02:00
2012-02-12 10:11:27 +01:00
2012-02-12 10:11:24 +01:00
2012-02-27 21:19:25 +01:00
2012-03-18 20:11:22 +01:00
2012-09-07 13:54:31 -07:00
2012-09-01 14:19:02 +02:00
2012-09-01 17:06:14 +02:00
2012-07-07 14:07:32 +02:00
2012-07-07 14:07:40 +02:00
2012-09-01 14:58:10 +02:00
2012-03-12 11:06:48 -04:00
2012-05-22 10:14:34 +02:00
2012-03-30 22:46:00 +02:00
2012-03-26 23:09:23 +02:00
2012-02-27 21:19:25 +01:00
2012-05-15 08:31:34 +02:00
2012-05-20 08:32:32 +02:00
2012-05-08 18:02:22 -05:00
2012-09-01 14:58:21 +02:00
2012-08-08 10:24:41 +09:00
2012-08-21 15:00:33 +09:00
2012-01-05 16:18:30 +01:00
2011-12-24 10:23:30 +01: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-07-18 14:43:29 +02:00
2012-03-28 16:31:08 +02:00
2012-03-28 16:31:08 +02:00
2012-05-25 09:15:09 +02:00
2011-12-17 23:34:01 +01:00
2012-08-09 23:42:20 +02:00