commit | 0171d52c410cbaa9290b1b214e695697c835bfe5 | [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 | 1d766c419e6666d2e06c3b419b65c98fbc621a09 [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>