]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
"env grep" - reimplement command using hexport_r()
authorWolfgang Denk <wd@denx.de>
Sat, 23 Mar 2013 23:50:29 +0000 (23:50 +0000)
committerTom Rini <trini@ti.com>
Wed, 1 May 2013 20:24:00 +0000 (16:24 -0400)
commit5a31ea04c9ee5544fbb70ad7597ea4b294840eab
treea6a8c141675e4a4f712aa05b9d2aa5792a0309dd
parentea009d4743ab4b801703982086e053e74266ff4c
"env grep" - reimplement command using hexport_r()

Also drop hstrstr_r() which is not needed any more.
The new code is way more flexible.

Signed-off-by: Wolfgang Denk <wd@denx.de>
common/cmd_nvedit.c
include/search.h
lib/hashtable.c