Nokia RX-51: Move comment about CONFIG_SYS_TEXT_BASE to correct place
[oweals/u-boot.git] / include / search.h
index 0469a852e07cbec68b401b3c8c7361a780c1dbbb..8f87dc72ce7b8fd3985cb382a5e6064c16905711 100644 (file)
@@ -29,8 +29,10 @@ enum env_action {
 struct env_entry {
        const char *key;
        char *data;
+#ifndef CONFIG_SPL_BUILD
        int (*callback)(const char *name, const char *value, enum env_op op,
                int flags);
+#endif
        int flags;
 };