Files
u-boot/include/configs
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-13 08:26:55 -07:00
2014-02-07 08:14:33 -05:00
2014-06-18 19:21:45 +09:00
2014-03-09 18:24:52 +01:00
2013-10-17 09:44:20 +02:00
2014-05-13 19:43:01 -04:00
2014-06-06 10:07:25 +02:00
2014-05-25 15:11:34 +02:00
2014-04-20 13:16:43 +02:00
2014-06-05 17:01:58 -04:00
2014-06-17 16:33:24 +02:00
2014-04-28 14:00:16 +02:00
2014-04-28 10:45:55 +02:00
2014-04-28 10:45:55 +02:00
2013-12-09 13:21:47 +01:00
2013-12-09 13:21:47 +01:00
2013-12-09 13:21:47 +01:00
2014-07-05 09:32:18 +02:00
2014-06-20 11:54:42 -06:00
2014-05-13 09:00:22 +09:00
2014-05-13 09:00:22 +09:00
2014-06-05 12:56:06 -07:00
2014-06-06 17:46:15 -04:00
2014-05-27 18:22:24 +04:00
2014-06-20 11:56:47 -06:00
2013-11-04 11:09:34 -05:00
2014-04-28 10:45:56 +02:00
2014-02-06 04:48:15 +01:00