]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env: Implement the env delete command
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 12 Dec 2012 04:16:36 +0000 (22:16 -0600)
committerTom Rini <trini@ti.com>
Thu, 13 Dec 2012 18:46:57 +0000 (11:46 -0700)
commit9d8d661d7fda6ccda1d5fc31565f207b7648bc6d
treec9c47df3ca209fe5d9a12903ad372157cff38d72
parent24ab5a1914283b891fa50bc285128bc5fd4ac50a
env: Implement the env delete command

Implement a way to delete more than one variable at a time.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
common/cmd_nvedit.c