mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
68295a48bf
commit
aa46b408a5
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
#ifdef CONFIG_SPI_FLASH
|
||||
#define CONFIG_DFU_SF
|
||||
#endif
|
||||
#define CONFIG_DFU_RAM
|
||||
#endif
|
||||
|
||||
#endif /* _TEGRA_COMMON_USB_GADGET_H_ */
|
||||
|
|
Loading…
Reference in a new issue