summaryrefslogtreecommitdiff
path: root/board/intel/galileo
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-09-01 11:02:54 -0400
committerTom Rini <trini@konsulko.com>2020-09-01 11:02:54 -0400
commit502f0489f125bfa52a9e0cc70bf8efb1117dfe05 (patch)
tree64d087622c51919c67cfe02b4fbf52594f1d7c37 /board/intel/galileo
parent23e333a5c083a000d0cabc53f7c0d261bae9e5ca (diff)
parent1150a0b6bd70084eb5c8b9ecfc60100cb7a768e2 (diff)
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
- Fix parsing of "mtrr list" command - Introduce USE_EARLY_BOARD_INIT option and remove dead codes for most x86 boards
Diffstat (limited to 'board/intel/galileo')
-rw-r--r--board/intel/galileo/Makefile2
-rw-r--r--board/intel/galileo/start.S8
2 files changed, 1 insertions, 9 deletions
diff --git a/board/intel/galileo/Makefile b/board/intel/galileo/Makefile
index e8f58bff9a..4130bb0236 100644
--- a/board/intel/galileo/Makefile
+++ b/board/intel/galileo/Makefile
@@ -2,5 +2,5 @@
#
# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
-obj-y += galileo.o start.o
+obj-y += galileo.o
obj-$(CONFIG_GENERATE_ACPI_TABLE) += dsdt.o
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