summaryrefslogtreecommitdiff
path: root/board/intel/galileo/start.S
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-08-20 13:02:31 +0300
committerBin Meng <bmeng.cn@gmail.com>2020-09-01 13:38:41 +0800
commit9278031ae5f1e9b319a67be8262b22d441677e5b (patch)
tree6e0b2c85140fb68e53bc9584e21a0f4a6888b8cd /board/intel/galileo/start.S
parentb2253bcaa7f2d5322114c80997a9193c48ff74c0 (diff)
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>
Diffstat (limited to 'board/intel/galileo/start.S')
-rw-r--r--board/intel/galileo/start.S8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/intel/galileo/start.S b/board/intel/galileo/start.S
deleted file mode 100644
index e4bde561b2..0000000000
--- a/board/intel/galileo/start.S
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
- */
-
-.globl early_board_init
-early_board_init:
- jmp early_board_init_ret