]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/lib_powerpc/two.c
post: use ARRAY_SIZE
[people/ms/u-boot.git] / post / lib_powerpc / two.c
index 2b111472b6ecfcafe8922043499ca5da38e54fa2..7f0888029a4dfca7405af922014367447d821bf5 100644 (file)
@@ -81,8 +81,7 @@ static struct cpu_post_two_s
        ~5
     },
 };
-static unsigned int cpu_post_two_size =
-    sizeof (cpu_post_two_table) / sizeof (struct cpu_post_two_s);
+static unsigned int cpu_post_two_size = ARRAY_SIZE(cpu_post_two_table);
 
 int cpu_post_test_two (void)
 {