commit | 752e1bdc8a92266dd83a9479cf7c44c0bebb29fc | [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 | 30f7fd73603b474c6f98a39584bbe5dc2927f570 [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>