Commits
Tom Rini committed 0171d52c410
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>