commit | 5fc26dfb84655e8c8e7d15da551760de60b4a8c3 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Thu Aug 23 11:31:47 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Sep 25 14:46:57 2012 -0700 |
tree | 8b99e88dd9291f3a3d32aee72de363433b3d3724 | |
parent | 752e1bdc8a92266dd83a9479cf7c44c0bebb29fc [diff] |
cmd_fat: use common get_device_and_partition function Convert fatload, fatls, and fatinfo to use common device and partition parsing function. With the common function "dev:part" can come from the environment and a '-' can be used in that case. Signed-off-by: Rob Herring <rob.herring@calxeda.com>