x86: qemu: Remove dead code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 1 Sep 2020 08:33:52 +0000 (11:33 +0300)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 1 Sep 2020 09:00:27 +0000 (17:00 +0800)
commit365a581c1cbbb43c1d8da49d5bfd134530c1a621
treea55389299b7fe2dd38c28c8f25a2b4a1d2c53984
parentc2addf9fc171de55d99fcccd7e5622894f74fe18
x86: qemu: Remove dead code

start.S does nothing and can be safely removed. Makefile is still being used
by the build system, so simply replace the rule in it. We use stub C-file
like it's done for other boards.

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/emulation/qemu-x86/Makefile
board/emulation/qemu-x86/qemu-x86.c [new file with mode: 0644]
board/emulation/qemu-x86/start.S [deleted file]