On Thu, 6 Aug 2020 at 08:54, Andy Shevchenko <[email protected]> wrote: > > start.S does nothing and can be safely removed. Makefile is still being used > by the build system, so simply drop the rule from it. > > Signed-off-by: Andy Shevchenko <[email protected]> > --- > board/emulation/qemu-x86/Makefile | 2 -- > board/emulation/qemu-x86/start.S | 8 -------- > 2 files changed, 10 deletions(-) > delete mode 100644 board/emulation/qemu-x86/start.S
Reviewed-by: Simon Glass <[email protected]>

