aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-10-03 11:15:51 +0000
committerTom Rini <trini@ti.com>2012-10-03 16:01:23 -0700
commitc167cc02033e45913ce6a3ba4575e7890ce55f07 (patch)
tree40793b2d1f8b7149a9eecec4c75ee3c4b50c692e /README
parent36180d96ccb4eadb6dc46b362f216d6c26dce008 (diff)
Add a new "ini" command
This allows you to read ini-formatted data from anywhere and then import one of the sections into the environment This is based on rev 16 at http://code.google.com/p/inih/ Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index a668748f3..18354d333 100644
--- a/README
+++ b/README
@@ -816,6 +816,7 @@ The following options need to be configured:
CONFIG_CMD_IMLS List all found images
CONFIG_CMD_IMMAP * IMMR dump support
CONFIG_CMD_IMPORTENV * import an environment
+ CONFIG_CMD_INI * import data from an ini file into the env
CONFIG_CMD_IRQ * irqinfo
CONFIG_CMD_ITEST Integer/string test of 2 values
CONFIG_CMD_JFFS2 * JFFS2 Support