X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=post%2Flib_powerpc%2Fandi.c;h=d4f60aa73880ae394c11bb01e640c49fd6880e0f;hb=36bf446b642d5759981f5adf547b4a7aeb15eee3;hp=878b2ca7abeea993fd0cc2aa588e40fde20125be;hpb=3be2bdf5dc69b3142c1162a59bc67191c9077567;p=oweals%2Fu-boot.git diff --git a/post/lib_powerpc/andi.c b/post/lib_powerpc/andi.c index 878b2ca7ab..d4f60aa738 100644 --- a/post/lib_powerpc/andi.c +++ b/post/lib_powerpc/andi.c @@ -1,11 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include +#include /* * CPU test @@ -89,7 +89,7 @@ int cpu_post_test_andi (void) if (ret != 0) { - post_log ("Error at andi test %d !\n", i); + post_log ("Error at andi test %d !\n", i); } } }