commit | 7516fdb7615dfe64910d053d621a0dfe639e68c8 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Sep 04 22:03:51 2015 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 11 17:15:26 2015 -0400 |
tree | 8f6f2e61d530837a37b2e476d456673e223d0e09 | |
parent | 8ce700831113b73a818260a46398d2a57934870f [diff] |
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>