]> git.baikalelectronics.ru Git - uboot.git/commit
x86: intel: slimbootloader: Remove dead code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 20 Aug 2020 10:02:33 +0000 (13:02 +0300)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 1 Sep 2020 05:38:41 +0000 (13:38 +0800)
commit4085d1d4d16c5a3e0532f3fad6a2e90b5902720b
tree4465db6dcea91c4cbcd2417ff3ae9f981a2a5e0d
parentcf52260b78ea4c55bb01da54009843490dfcf320
x86: intel: slimbootloader: 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: Aiden Park <aiden.park@intel.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
board/intel/slimbootloader/Makefile
board/intel/slimbootloader/start.S [deleted file]