colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / env / flags.c
index 418d6cc7425a5689164b0d99fa250e3d4d2c9fa2..b88fe7ba9c8a6b69443e14cea125f9a811bc2886 100644 (file)
@@ -457,7 +457,6 @@ static int set_flags(const char *name, const char *value, void *priv)
 
        e.key   = name;
        e.data  = NULL;
-       e.callback = NULL;
        hsearch_r(e, ENV_FIND, &ep, &env_htab, 0);
 
        /* does the env variable actually exist? */