]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/hashtable.c
OMAP3: updated pinmux and environment for new revision of mcx board
[karo-tx-uboot.git] / lib / hashtable.c
index 670a704a4182947d0fccf8592b372d42b61c62a2..94a7b61717a8b9f0ecc6312c9dfda2130a6e6767 100644 (file)
@@ -435,6 +435,7 @@ int hdelete_r(const char *key, struct hsearch_data *htab, int do_apply)
  * hexport()
  */
 
+#ifndef CONFIG_SPL_BUILD
 /*
  * Export the data stored in the hash table in linearized form.
  *
@@ -601,6 +602,7 @@ ssize_t hexport_r(struct hsearch_data *htab, const char sep,
 
        return size;
 }
+#endif
 
 
 /*