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