]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dfu:ext4:fix: Change ext4write command order of parameters
authorŁukasz Majewski <l.majewski@samsung.com>
Thu, 4 Apr 2013 04:32:57 +0000 (04:32 +0000)
committerTom Rini <trini@ti.com>
Mon, 8 Apr 2013 16:00:51 +0000 (12:00 -0400)
commit664277203c028d2e8fede5a3c30658fb75e6adef
treedea49882b3c560db1d1784478ca06816961dc1b6
parentcd0f4fa1ca2901312ae78bc27d4edc8286fcbf1d
dfu:ext4:fix: Change ext4write command order of parameters

Following commit:
"cmd_ext4: BREAK and correct ext4write parameter order"
SHA1:0171d52c410cbaa9290b1b214e695697c835bfe5

introduced cleanup of ext4write semantics to be consistent with other
filesystem's writing commands (e.g. fatwrite).
This commit provides correct ext4write command generation at DFU eMMC
code.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/dfu/dfu_mmc.c