commit | 81180819b842602f29f325298ee3e522beda3e0a | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Thu Aug 23 11:31:46 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Sep 25 14:46:55 2012 -0700 |
tree | 14c47ee7042a0e8b28f50c695d8b386f16cf6144 | |
parent | 945010629641b00cca95d1fed4f63009a2b4a113 [diff] |
cmd_extX: use common get_device_and_partition function Convert ext2/4 load, ls, and write functions 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>