commit | d0dd6097594379a98d27fab42aa246c10d5c77d8 | [log] [tgz] |
---|---|---|
author | Przemyslaw Marczak <p.marczak@samsung.com> | Tue Feb 17 12:24:11 2015 +0100 |
committer | Marek Vasut <marex@denx.de> | Wed Feb 25 17:47:02 2015 +0100 |
tree | c17b1bdc2f516a3a4332911018a72bb179073686 | |
parent | 13047e56860175145fa5fa8e9e764b18f8e801ec [diff] |
dfu: samsung: move call to set_dfu_alt_info() to dfu common code This common call can be used for setting proper entities based on dfu command arguments. The config: CONFIG_SET_DFU_ALT_INFO, was used only for few configs, and now it is common. The board file should implement: - set_dfu_alt_info() function Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Tested-by: Lukasz Majewski <l.majewski@samsung.com> [Test HW: Odroid U3 (Exynos 4412)]