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