Home
last modified time | relevance | path

Searched hist:"7 d0b605abb1f2dbccf4abb502f3b1fc9f97f2552" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu_mmc.c7d0b605abb1f2dbccf4abb502f3b1fc9f97f2552 Fri Feb 21 07:23:00 UTC 2014 Łukasz Majewski <l.majewski@samsung.com> dfu: mmc: Replace calls to u-boot commands with native mmc API

For some time we have been using the run_command() with properly crafted
string. Such approach turned to be unreliable and error prone.

Switch to "native" mmc subsystem API would allow better type checking and
shall improve speed.

Also, it seems that this API is changing less often than u-boot commands.
The approach similar to env operations on the eMMC has been reused.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>