commit | ea009d4743ab4b801703982086e053e74266ff4c | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Mar 23 23:50:28 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Wed May 01 16:24:00 2013 -0400 |
tree | f9e52f708bf7d38306dc4e85edebb33422e8563c | |
parent | 2e222105c5e5592aefdb2ac889cf4934d222eb14 [diff] |
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>