Commit aa46b408a5b3c9042e8383917f962e1c3a0ae2f2

Authored by Stephen Warren
Committed by Tom Rini
1 parent 68295a48bf

ARM: tegra: enable DFU for RAM

This allows transferring data directly to/from RAM. For example, one
could create a boot script that starts DFU on a RAM region, then once
DFU exits (which is under the control of the attached USB host, via a
USB bus reset), uses the code/data that was received over DFU.

Signed-off-by: Stephen Warren <swarren@nvidia.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/configs/tegra-common-usb-gadget.h
... ... @@ -39,6 +39,7 @@
39 39 #ifdef CONFIG_SPI_FLASH
40 40 #define CONFIG_DFU_SF
41 41 #endif
  42 +#define CONFIG_DFU_RAM
42 43 #endif
43 44  
44 45 #endif /* _TEGRA_COMMON_USB_GADGET_H_ */