]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib/hashtable.c
Merge git://git.denx.de/u-boot-mpc85xx
[people/ms/u-boot.git] / lib / hashtable.c
index afd230555c2b3144252d598c489a39b08b6a18d8..f08847758a091da8d9960ff94ec830fbcfa502ce 100644 (file)
@@ -477,11 +477,11 @@ int hdelete_r(const char *key, struct hsearch_data *htab, int flag)
        return 1;
 }
 
+#if !(defined(CONFIG_SPL_BUILD) && !defined(CONFIG_SPL_SAVEENV))
 /*
  * hexport()
  */
 
-#ifndef CONFIG_SPL_BUILD
 /*
  * Export the data stored in the hash table in linearized form.
  *