Re: [PATCH v2 14/15] x86: intel: slimbootloader: Remove dead code

2020-08-31 Thread Bin Meng
On Thu, Aug 20, 2020 at 6:02 PM Andy Shevchenko 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 > Reviewed-by: Simon Glass > Reviewed-by: Aiden Park > --- > v2: add

[PATCH v2 14/15] x86: intel: slimbootloader: Remove dead code

2020-08-20 Thread Andy Shevchenko
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 Reviewed-by: Simon Glass Reviewed-by: Aiden Park --- v2: added Rb tag(s) board/intel/slimbootloader/Makefile | 2 +- board/intel/sl