Skip to content
Snippets Groups Projects
Commit aa46b408 authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

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: default avatarStephen Warren <swarren@nvidia.com>
parent 68295a48
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@
#ifdef CONFIG_SPI_FLASH
#define CONFIG_DFU_SF
#endif
#define CONFIG_DFU_RAM
#endif
#endif /* _TEGRA_COMMON_USB_GADGET_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment