
5 Sep
2019
5 Sep
'19
10:21 a.m.
env_xxx(...) -> env_xxx(ctx_uboot, ...)
Signed-off-by: AKASHI Takahiro takahiro.akashi@linaro.org --- post/post.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/post/post.c b/post/post.c index fb751d9a83a5..d8a8279123cc 100644 --- a/post/post.c +++ b/post/post.c @@ -176,7 +176,7 @@ static void post_get_env_flags(int *test_flags) int i, j;
for (i = 0; i < varnum; i++) { - if (env_get_f(var[i], list, sizeof(list)) <= 0) + if (env_get_f(ctx_uboot, var[i], list, sizeof(list)) <= 0) continue;
for (j = 0; j < post_list_size; j++)
--
2.21.0