Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-27 | cmd: dfu: Add error handling for failed registration | Sanchayan Maity | |
Without this, if g_dnl_register() fails, DFU code continues on blindly and crashes. This fix makes it simply print an error message instead. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> [l.majewski@samsung.com - some manual tweaks needed] | |||
2016-09-27 | common: dfu: saperate the dfu common functionality | B, Ravi | |
The cmd_dfu functionality is been used by both SPL and u-boot, saperating the core dfu functionality moving it to common/dfu.c. Signed-off-by: Ravi Babu <ravibabu@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> |