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/coreboot/coreboot/Makefile | 2 +- > board/coreboot/coreboot/start.S | 12 ------------ > 2 files changed, 1 insertion(+), 13 deletions(-) > delete mode 100644 board/coreboot/coreboot/start.S >
Reviewed-by: Simon Glass <[email protected]>

