summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPantelis Antoniou <panto@antoniou-consulting.com>2012-12-10 05:24:32 +0000
committerTom Rini <trini@ti.com>2013-03-12 14:22:31 -0400
commit4ffc4f736927830abca760be73079c4f36381b51 (patch)
tree84d4fa9a2eb448e0b717a665d11d5bf99063bfc4 /README
parent24ba09f107ead39785dafe95bc768405719a3d55 (diff)
dfu: NAND specific routines for DFU operation
Support for NAND storage devices to work with the DFU framework. Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 8873b96b7c..4739e98073 100644
--- a/README
+++ b/README
@@ -1336,6 +1336,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