Wu, Josh
be354c1a21
env_fat: use get_device_and_partition() during env save and load
...
Use get_device_and_partition() is better since:
1. It will call the device initialize function internally. So we can
remove the mmc intialization code to save many lines.
2. It is used by fatls/fatload/fatwrite. So saveenv & load env should
use it too.
3. It can parse the "D:P", "D", "D:", "D:auto" string to get correct
device and partition information by run-time.
Also we remove the FAT_ENV_DEVICE and FAT_ENV_PART. We use a string:
FAT_ENV_DEVICE_AND_PART.
For at91sam9m10g45ek, it is "0". That means use device 0 and if:
a)device 0 has no partition table, use the whole device as a FAT file
system.
b)device 0 has partittion table, use the partition #1 .
Refer to the commit: 10a37fd7a4 for details of device & partition string.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
2014-07-07 19:43:01 -04:00
..
2014-05-15 10:27:24 +02:00
2014-06-19 11:19:07 -04:00
2013-04-01 16:33:52 -04:00
2014-05-12 15:20:05 -04:00
2014-05-29 17:49:33 -04:00
2014-06-19 11:18:58 -04:00
2014-06-19 11:19:02 -04:00
2014-05-29 17:49:00 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2014-06-11 16:27:06 -04:00
2014-05-29 17:48:21 -04:00
2014-06-11 16:25:47 -04:00
2014-06-11 16:25:47 -04:00
2014-03-21 16:43:58 -04:00
2013-07-24 09:44:38 -04:00
2014-05-12 15:19:45 -04:00
2014-06-11 16:25:47 -04:00
2013-10-14 16:06:54 -04:00
2013-07-24 09:44:38 -04:00
2011-04-08 00:44:27 -04:00
2014-06-19 11:18:58 -04:00
2014-05-29 17:45:31 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2014-02-04 16:32:20 +01:00
2013-07-24 09:44:38 -04:00
2010-08-09 01:07:37 +02:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:50:24 -04:00
2014-05-29 17:45:31 -04:00
2014-05-27 10:21:32 -04:00
2014-06-25 22:49:43 +02:00
2013-07-24 09:44:38 -04:00
2014-06-05 14:44:56 -04:00
2013-07-24 09:44:38 -04:00
2013-10-14 16:06:53 -04:00
2013-07-24 09:44:38 -04:00
2014-03-28 15:06:30 -04:00
2013-12-13 09:17:32 -05:00
2013-07-24 09:44:38 -04:00
2013-10-07 15:54:18 -04:00
2014-02-19 10:47:36 -05:00
2014-05-08 10:38:30 +02:00
2014-06-05 17:01:59 -04:00
2014-06-05 14:44:56 -04:00
2014-06-19 11:18:58 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2014-06-05 14:44:56 -04:00
2013-07-26 15:32:59 -04:00
2013-10-07 15:54:18 -04:00
2014-05-23 11:53:05 +03:00
2013-07-24 09:44:38 -04:00
2014-05-27 10:21:32 -04:00
2014-04-02 16:36:06 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2014-05-29 17:49:00 -04:00
2013-07-24 09:44:38 -04:00
2014-03-07 10:59:06 -05:00
2013-08-19 15:45:35 -04:00
2013-07-24 09:44:38 -04:00
2014-06-20 11:54:29 -06:00
2013-10-14 16:06:53 -04:00
2014-06-05 14:38:38 -04:00
2013-07-24 09:44:38 -04:00
2011-04-08 00:44:27 -04:00
2013-10-14 16:06:53 -04:00
2013-07-24 09:44:38 -04:00
2013-08-16 13:45:15 -04:00
2014-02-21 11:06:13 -05:00
2014-03-22 14:47:22 -06:00
2013-07-24 09:44:38 -04:00
2014-06-19 11:19:07 -04:00
2013-11-22 16:50:52 -06:00
2014-05-29 17:49:00 -04:00
2013-10-16 09:24:38 -04:00
2013-11-22 16:50:04 -06:00
2013-07-24 09:44:38 -04:00
2014-03-24 12:58:56 +02:00
2014-06-12 15:21:12 +03:00
2013-07-24 09:44:38 -04:00
2013-10-09 12:52:16 -05:00
2014-06-05 14:44:56 -04:00
2013-07-24 09:44:38 -04:00
2014-05-29 17:45:31 -04:00
2013-05-31 17:12:03 -05:00
2014-05-23 11:53:05 +03:00
2014-05-23 12:00:18 +03:00
2014-05-29 17:49:00 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2014-02-26 16:49:58 -05:00
2012-12-11 13:17:33 -07:00
2013-07-24 09:44:38 -04:00
2013-11-08 15:25:13 -05:00
2014-06-23 15:37:23 -06:00
2013-07-24 09:44:38 -04:00
2014-02-19 10:47:43 -05:00
2013-10-14 16:06:53 -04:00
2014-01-11 12:21:30 +05:30
2014-06-19 11:19:04 -04:00
2013-05-13 16:26:12 +08:00
2013-07-24 09:44:38 -04:00
2014-06-05 14:44:56 -04:00
2013-07-24 09:44:38 -04:00
2010-08-09 01:07:37 +02:00
2013-07-24 09:44:38 -04:00
2012-03-06 21:09:46 +01:00
2013-07-24 09:44:38 -04:00
2014-02-19 09:47:34 -05:00
2014-05-05 08:21:47 +02:00
2014-05-12 15:19:46 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2013-10-14 16:06:53 -04:00
2014-02-21 11:33:19 -05:00
2014-02-21 11:33:19 -05:00
2013-10-14 16:06:53 -04:00
2013-07-24 09:44:38 -04:00
2014-05-08 10:38:29 +02:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2014-06-05 14:44:56 -04:00
2012-08-09 23:39:18 +02:00
2013-11-08 15:25:13 -05:00
2013-07-24 09:44:38 -04:00
2014-03-04 12:15:30 -05:00
2014-05-23 11:53:05 +03:00
2014-03-17 20:05:46 -06:00
2014-04-22 17:58:48 -07:00
2013-04-01 16:33:52 -04:00
2013-04-01 16:33:52 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2014-01-14 09:01:06 -05:00
2014-03-21 16:44:02 -04:00
2014-03-21 16:43:59 -04:00
2014-06-05 14:44:56 -04:00
2014-06-05 17:01:59 -04:00
2014-07-07 19:43:01 -04:00
2014-01-14 09:01:06 -05:00
2014-04-17 17:44:36 -04:00
2014-05-09 11:50:14 +02:00
2014-03-21 16:43:59 -04:00
2013-10-14 16:06:53 -04:00
2014-03-21 16:43:59 -04:00
2014-03-21 16:43:59 -04:00
2013-10-14 16:06:53 -04:00
2014-03-21 16:43:59 -04:00
2014-03-21 16:43:59 -04:00
2011-12-07 08:41:22 +01:00
2014-06-19 11:18:52 -04:00
2013-07-24 09:44:38 -04:00
2014-06-19 11:19:04 -04:00
2013-07-24 09:44:38 -04:00
2014-05-08 10:38:29 +02:00
2014-06-19 11:18:59 -04:00
2014-06-19 11:19:04 -04:00
2014-06-19 11:19:04 -04:00
2014-06-19 11:19:04 -04:00
2013-10-14 16:06:53 -04:00
2014-06-20 11:54:29 -06:00
2009-06-12 20:45:48 +02:00
2010-01-18 00:23:00 +01:00
2010-07-04 23:55:42 +02:00
2014-03-17 20:05:49 -06:00
2011-10-22 01:13:35 +02:00
2014-05-29 17:52:03 -04:00
2014-06-20 11:54:29 -06:00
2014-02-21 11:06:13 -05:00
2014-05-29 17:45:31 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2013-07-08 20:21:24 +02:00
2013-08-13 08:38:29 +02:00
2009-06-12 20:45:48 +02:00
2013-07-24 09:44:38 -04:00
2014-06-01 19:20:07 +02:00
2014-04-30 10:30:57 +02:00
2013-07-24 09:44:38 -04:00
2013-10-20 23:45:26 +02:00
2014-06-11 16:27:06 -04:00