Please help testing dropping a.out support from aboot
From Dimitri John Ledkov@21:1/5 to All on Tue Jan 2 19:10:01 2024
Upstream linux kernel has deprecated a.out object format a while ago.
However aboot tool still has support for it, which is keeping a.out.h
header in the linux kernel.
I'm trying to remove it, but to achieve this somebody needs to test
that upgraded aboot still works.