diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2012-10-03 11:15:51 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-03 16:01:23 -0700 |
commit | c167cc02033e45913ce6a3ba4575e7890ce55f07 (patch) | |
tree | 40793b2d1f8b7149a9eecec4c75ee3c4b50c692e /README | |
parent | 36180d96ccb4eadb6dc46b362f216d6c26dce008 (diff) | |
download | u-boot-imx-c167cc02033e45913ce6a3ba4575e7890ce55f07.zip u-boot-imx-c167cc02033e45913ce6a3ba4575e7890ce55f07.tar.gz u-boot-imx-c167cc02033e45913ce6a3ba4575e7890ce55f07.tar.bz2 |
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-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |