x86: coreboot: Remove dead code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 20 Aug 2020 10:02:23 +0000 (13:02 +0300)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 1 Sep 2020 05:38:38 +0000 (13:38 +0800)
commit85759d04cf04c8541e36b7def334f37c3d42e088
tree82badc533c5d6e2a57ed68d8ad10876bbe8efdc0
parentebb2818bcb87a4be8bf47182030547d33d7a8ef2
x86: coreboot: Remove dead code

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.shevchenko@linux.intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
board/coreboot/coreboot/Makefile
board/coreboot/coreboot/start.S [deleted file]