Re: [U-Boot] [RFC PATCH v1 6/6] dfu: spl: am335x: SPL-DFU support for am335x

2016-06-24 Thread B, Ravi
Hi Lukasz >> >> config SPL_DFU >> bool "Enable SPL with DFU to load binaries to bootdevices using USB" >> -depends on USB && CMD_DFU && TARGET_DRA7XX_EVM >> +depends on USB && CMD_DFU && (TARGET_DRA7XX_EVM || >Here also please remove not needed dependencies (CMD_DFU). Ok. Will re

Re: [U-Boot] [RFC PATCH v1 6/6] dfu: spl: am335x: SPL-DFU support for am335x

2016-06-24 Thread Lukasz Majewski
Hi Ravi, > enable the SPL-DFU support for am335x platform. > > Signed-off-by: Ravi Babu > --- > Kconfig |2 +- > board/ti/am335x/board.c | 15 +++ > common/spl/spl_dfu.c |1 + > include/configs/am335x_evm.h | 17 - > 4 fi

[U-Boot] [RFC PATCH v1 6/6] dfu: spl: am335x: SPL-DFU support for am335x

2016-06-14 Thread Ravi Babu
enable the SPL-DFU support for am335x platform. Signed-off-by: Ravi Babu --- Kconfig |2 +- board/ti/am335x/board.c | 15 +++ common/spl/spl_dfu.c |1 + include/configs/am335x_evm.h | 17 - 4 files changed, 33 insertions(+