x86: dfi: dfi-bt700: Remove dead code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 20 Aug 2020 10:02:24 +0000 (13:02 +0300)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 1 Sep 2020 05:38:39 +0000 (13:38 +0800)
commit9f082a8adce1a80f7680a6b449c27af84f7db031
tree300576b70d62f33fb7853cf82ff8bfeb19b7b1ba
parent85759d04cf04c8541e36b7def334f37c3d42e088
x86: dfi: dfi-bt700: 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: Stefan Roese <sr@denx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
board/dfi/dfi-bt700/Makefile
board/dfi/dfi-bt700/start.S [deleted file]