powerpc/boot: Drop unused dummy.c

The last use of dummy.c was dropped in commit 2bf118197cb4 ("[POWERPC]
Create a "wrapper" script and use it in arch/powerpc/boot").

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220819110556.434970-1-mpe@ellerman.id.au
This commit is contained in:
Michael Ellerman 2022-08-19 21:05:56 +10:00
parent e01432baf6
commit 7a26c95290

View File

@ -1,4 +0,0 @@
int main(void)
{
return 0;
}