
24 Jun
2016
24 Jun
'16
11:29 a.m.
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 remove it.
TARGET_AM335X_EVM) help Currently the SPL does not have capability to load the binaries or boot images to boot devices like eMMC,SPI,etc. diff --git a/board/ti/am335x/board.c b/board/ti/am335x/board.c index
Regards Ravi