diff options
| author | Pantelis Antoniou <[email protected]> | 2013-03-14 05:32:52 +0000 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2013-04-10 15:22:24 +0200 |
| commit | c6631764c2a64efc91c84077ca65f4fee153f133 (patch) | |
| tree | 6cf8185fc3e3a7b093241c46f948290af408be62 /README | |
| parent | c4df2f41005063cf1d1dcddeed4bd7f12a5dff77 (diff) | |
dfu: NAND specific routines for DFU operation
Support for NAND storage devices to work with the DFU framework.
Signed-off-by: Pantelis Antoniou <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Scott Wood <[email protected]>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1357,6 +1357,9 @@ The following options need to be configured: CONFIG_DFU_MMC This enables support for exposing (e)MMC devices via DFU. + CONFIG_DFU_NAND + This enables support for exposing NAND devices via DFU. + 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 |
