commit | cfda5aeab89d73779e26f0d34cf10f64caa67431 | [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 | 81180819b842602f29f325298ee3e522beda3e0a [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>