]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add a new "ini" command
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 3 Oct 2012 11:15:51 +0000 (11:15 +0000)
committerTom Rini <trini@ti.com>
Wed, 3 Oct 2012 23:01:23 +0000 (16:01 -0700)
commitc167cc02033e45913ce6a3ba4575e7890ce55f07
tree40793b2d1f8b7149a9eecec4c75ee3c4b50c692e
parent36180d96ccb4eadb6dc46b362f216d6c26dce008
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>
README
common/Makefile
common/cmd_ini.c [new file with mode: 0644]