]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit18f93632c174bb935718bac12c70941ba101b3bf
treea55389299b7fe2dd38c28c8f25a2b4a1d2c53984
parent4085d1d4d16c5a3e0532f3fad6a2e90b5902720b
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]