On Thu, 6 Aug 2020 at 08:54, Andy Shevchenko <andriy.shevche...@linux.intel.com> 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 <andriy.shevche...@linux.intel.com> > --- > board/intel/minnowmax/Makefile | 2 +- > board/intel/minnowmax/start.S | 8 -------- > 2 files changed, 1 insertion(+), 9 deletions(-) > delete mode 100644 board/intel/minnowmax/start.S >
Reviewed-by: Simon Glass <s...@chromium.org>