commit | 446543f91b5c3a33240f8ee1d1981327bc274b56 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Wed Mar 20 04:21:38 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Wed Mar 27 15:30:11 2013 -0400 |
tree | 527005296ec34f72922380f1a01c003c8704493c | |
parent | 9134aebf24762911b11c3e1eb7d370ae11436d5c [diff] |
cmd_ext4: BREAK and correct ext4write parameter order The ext4write command was taking the in-memory address and filename path in reverse order from the rest of the filesystem read and write commands. This corrects the order to be the same as fatload, etc. Signed-off-by: Tom Rini <trini@ti.com>