aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorXiang Wang <wxjstz@126.com>2018-07-19 17:09:12 +0800
committerPatrick Georgi <pgeorgi@google.com>2018-07-30 19:02:13 +0000
commite8d0c0092a71c5890a1dfbdc7b941dc5e05b0501 (patch)
tree29d10897bcdd24217af4fd84b3d610a192e3bf27 /src/arch
parentdbf5a5d0f8c63269a8f4fed72b70fbcc3d52e161 (diff)
riscv: delete src/arch/riscv/prologue.inc
This code was copied from x86. It is not needed for RISC-V. Change-Id: If6c3bfdc4090e45d171e68a28d27c38dabe91687 Signed-off-by: Xiang Wang <wxjstz@126.com> Reviewed-on: https://review.coreboot.org/27544 Reviewed-by: Philipp Hug <philipp@hug.cx> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/riscv/prologue.inc17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/arch/riscv/prologue.inc b/src/arch/riscv/prologue.inc
deleted file mode 100644
index a349cf97b3..0000000000
--- a/src/arch/riscv/prologue.inc
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2002 Eric Biederman
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
-.section ".rom.data", "a", @progbits
-.section ".rom.text", "ax", @progbits