]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
hashtable: preparations to use hexport_r() for "env grep"
authorWolfgang Denk <wd@denx.de>
Sat, 23 Mar 2013 23:50:28 +0000 (23:50 +0000)
committerTom Rini <trini@ti.com>
Wed, 1 May 2013 20:24:00 +0000 (16:24 -0400)
commitea009d4743ab4b801703982086e053e74266ff4c
treef9e52f708bf7d38306dc4e85edebb33422e8563c
parent2e222105c5e5592aefdb2ac889cf4934d222eb14
hashtable: preparations to use hexport_r() for "env grep"

The output of "env grep" is unsorted, and printing is done by a
private implementation to parse the hash table.  We have all the
needed code in place in hexport_r() alsready, so let's use this
instead.  Here we prepare the code for this, without any functional
changes yet.

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