]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_ext4: BREAK and correct ext4write parameter order
authorTom Rini <trini@ti.com>
Wed, 20 Mar 2013 04:21:38 +0000 (04:21 +0000)
committerTom Rini <trini@ti.com>
Wed, 27 Mar 2013 19:30:11 +0000 (15:30 -0400)
commit0171d52c410cbaa9290b1b214e695697c835bfe5
tree527005296ec34f72922380f1a01c003c8704493c
parent1d766c419e6666d2e06c3b419b65c98fbc621a09
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>
common/cmd_ext4.c