From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [PATCH v1 02/15] x86: advantech: som-db5800-som-6867: Remove dead code
Date: Thu, 6 Aug 2020 17:54:25 +0300 [thread overview]
Message-ID: <20200806145438.65862-2-andriy.shevchenko@linux.intel.com> (raw)
In-Reply-To: <20200806145438.65862-1-andriy.shevchenko@linux.intel.com>
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.
Cc: George McCollister <george.mccollister@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
board/advantech/som-db5800-som-6867/Makefile | 2 +-
board/advantech/som-db5800-som-6867/start.S | 8 --------
2 files changed, 1 insertion(+), 9 deletions(-)
delete mode 100644 board/advantech/som-db5800-som-6867/start.S
diff --git a/board/advantech/som-db5800-som-6867/Makefile b/board/advantech/som-db5800-som-6867/Makefile
index 0524766bb718..7975547f4109 100644
--- a/board/advantech/som-db5800-som-6867/Makefile
+++ b/board/advantech/som-db5800-som-6867/Makefile
@@ -2,5 +2,5 @@
#
# Copyright (C) 2015, Google, Inc
-obj-y += som-db5800-som-6867.o start.o
+obj-y += som-db5800-som-6867.o
obj-$(CONFIG_GENERATE_ACPI_TABLE) += dsdt.o
diff --git a/board/advantech/som-db5800-som-6867/start.S b/board/advantech/som-db5800-som-6867/start.S
deleted file mode 100644
index 65d1f7e96150..000000000000
--- a/board/advantech/som-db5800-som-6867/start.S
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2015, Google, Inc
- */
-
-.globl early_board_init
-early_board_init:
- jmp early_board_init_ret
--
2.27.0
next prev parent reply other threads:[~2020-08-06 14:54 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-06 14:54 [PATCH v1 01/15] x86: Introduce USE_EARLY_BOARD_INIT option Andy Shevchenko
2020-08-06 14:54 ` Andy Shevchenko [this message]
2020-08-16 3:39 ` [PATCH v1 02/15] x86: advantech: som-db5800-som-6867: Remove dead code Simon Glass
2020-08-06 14:54 ` [PATCH v1 03/15] x86: congatec: conga-qeval20-qa3-e3845: " Andy Shevchenko
2020-08-06 15:05 ` Stefan Roese
2020-08-06 14:54 ` [PATCH v1 04/15] x86: coreboot: " Andy Shevchenko
2020-08-16 3:39 ` Simon Glass
2020-08-06 14:54 ` [PATCH v1 05/15] x86: dfi: dfi-bt700: " Andy Shevchenko
2020-08-06 15:05 ` Stefan Roese
2020-08-06 14:54 ` [PATCH v1 06/15] x86: efi: efi-x86_payload: " Andy Shevchenko
2020-08-16 3:39 ` Simon Glass
2020-08-06 14:54 ` [PATCH v1 07/15] x86: intel: bayleybay: " Andy Shevchenko
2020-08-16 3:39 ` Simon Glass
2020-08-06 14:54 ` [PATCH v1 08/15] x86: intel: cherryhill: " Andy Shevchenko
2020-08-16 3:39 ` Simon Glass
2020-08-06 14:54 ` [PATCH v1 09/15] x86: intel: cougarcanyon2: " Andy Shevchenko
2020-08-16 3:39 ` Simon Glass
2020-08-06 14:54 ` [PATCH v1 10/15] x86: intel: crownbay: " Andy Shevchenko
2020-08-16 3:39 ` Simon Glass
2020-08-06 14:54 ` [PATCH v1 11/15] x86: intel: edison: " Andy Shevchenko
2020-08-16 3:39 ` Simon Glass
2020-08-06 14:54 ` [PATCH v1 12/15] x86: intel: galileo: " Andy Shevchenko
2020-08-16 3:39 ` Simon Glass
2020-08-06 14:54 ` [PATCH v1 13/15] x86: intel: minnowmax: " Andy Shevchenko
2020-08-16 3:39 ` Simon Glass
2020-08-06 14:54 ` [PATCH v1 14/15] x86: intel: slimbootloader: " Andy Shevchenko
2020-08-16 3:39 ` Simon Glass
2020-08-17 5:52 ` Park, Aiden
2020-08-06 14:54 ` [PATCH v1 15/15] x86: qemu: " Andy Shevchenko
2020-08-16 3:39 ` Simon Glass
2020-08-06 15:04 ` [PATCH v1 01/15] x86: Introduce USE_EARLY_BOARD_INIT option Stefan Roese
2020-08-17 5:51 ` Park, Aiden
2020-08-20 9:49 ` Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200806145438.65862-2-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox