]> git.baikalelectronics.ru Git - uboot.git/commit
x86: efi: efi-x86_payload: Remove dead code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 20 Aug 2020 10:02:25 +0000 (13:02 +0300)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 1 Sep 2020 05:38:39 +0000 (13:38 +0800)
commit93d428991dac52ab72e80a94fe0268c268d58869
tree7460e780375dbf506ac8a1072a2b4204734db9ce
parent5af910a260f22058a34809077dc584170b956a8f
x86: efi: efi-x86_payload: 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/efi/efi-x86_payload/Makefile
board/efi/efi-x86_payload/start.S [deleted file]