diff options
| author | Tom Rini <[email protected]> | 2013-07-03 08:40:58 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-07-03 08:40:58 -0400 |
| commit | 36f05e60f9cedbb4cb5c57211a6ddb85b1a82cb7 (patch) | |
| tree | 9d4489de1ebcacc2ab9cdaebe62cad1b2b44c2fa /README | |
| parent | 2cb0e55a3cd737be1d228a9f90b3d34fab0d0d46 (diff) | |
| parent | befd387242143ba0f7e298cfef6baf26c4260ec0 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1392,6 +1392,12 @@ The following options need to be configured: CONFIG_DFU_NAND This enables support for exposing NAND devices via DFU. + CONFIG_SYS_DFU_DATA_BUF_SIZE + Dfu transfer uses a buffer before writing data to the + raw storage device. Make the size (in bytes) of this buffer + configurable. The size of this buffer is also configurable + through the "dfu_bufsiz" environment variable. + CONFIG_SYS_DFU_MAX_FILE_SIZE When updating files rather than the raw storage device, we use a static buffer to copy the file into and then write |
