commit | 1b19cbdbf7457629bfdf13d0995d7b0d1642c7fb | [log] [tgz] |
---|---|---|
author | B, Ravi <ravibabu@ti.com> | Thu May 04 15:45:28 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri May 12 08:37:09 2017 -0400 |
tree | a52c0dfe45664d11c12caa746b899c2cc5964274 | |
parent | 624b7101ee4c3673504812862d1414b1409a2c9f [diff] |
spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT Since SPL_DFU_SUPPORT is depends on SPL_RAM_SUPPORT, hence select SPL_DFU_SUPPORT only when SPL_RAM_SUPPORT is chosen. Signed-off-by: Ravi Babu <ravibabu@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>