x86: intel: minnowmax: Remove dead code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 20 Aug 2020 10:02:32 +0000 (13:02 +0300)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 1 Sep 2020 05:38:41 +0000 (13:38 +0800)
commit886bce12756ca3f3dee05ccdc39130dacc4ffba0
tree3ea202da6e95a29a3af4dbda46dec89d7bec71bb
parent9278031ae5f1e9b319a67be8262b22d441677e5b
x86: intel: minnowmax: 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/intel/minnowmax/Makefile
board/intel/minnowmax/start.S [deleted file]