X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=post%2Fpost.c;h=8fef0c34127d2a635cbe83db5895ad1f819ff8a9;hb=0d7f1ae0fe6c0d9af2c0208aab4843ec3fdfaf52;hp=8c2c822acbd2c51e6a814f5125ef96fafc8bf253;hpb=ea3310e8aafad1da72d9a5e60568d725cbdefdbd;p=u-boot diff --git a/post/post.c b/post/post.c index 8c2c822acb..8fef0c3412 100644 --- a/post/post.c +++ b/post/post.c @@ -180,7 +180,7 @@ static void post_get_env_flags(int *test_flags) int i, j; for (i = 0; i < varnum; i++) { - if (getenv_f(var[i], list, sizeof(list)) <= 0) + if (env_get_f(var[i], list, sizeof(list)) <= 0) continue; for (j = 0; j < post_list_size; j++)