]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb42e1361a34029ed371bddc2003ea3aec625e87c
tree82badc533c5d6e2a57ed68d8ad10876bbe8efdc0
parent867adaee1753c95426186ddb6bd766c7c72656a1
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]