aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-03-27 14:19:35 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-03-28 19:14:34 +0100
commit58fef67436183402a85a79aff93fe8c0bcb160f0 (patch)
treebe01caf37cc98146a5b8af87d0cb5ddf2be36665 /src/arch
parent8880df10fae2b399038ce7876d78b8aa9b0836fa (diff)
arch/arm: drop extra comment
This is inspired by the commit listed below, but rewritten to match upstream, and split in smaller pieces to keep intent clear. Change-Id: I8a5dc66d8c0dc4ccdb6dc3d66b8cdbf50dc976ca Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Based-On-Change-Id: I50af7dacf616e0f8ff4c43f4acc679089ad7022b Based-On-Signed-off-by: Julius Werner <jwerner@chromium.org> Based-On-Reviewed-on: https://chromium-review.googlesource.com/219170 Reviewed-on: http://review.coreboot.org/9111 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/arm/romstage.ld2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/arm/romstage.ld b/src/arch/arm/romstage.ld
index 34e9eaa1d1..873b8e0012 100644
--- a/src/arch/arm/romstage.ld
+++ b/src/arch/arm/romstage.ld
@@ -20,8 +20,6 @@
*/
/* We use ELF as output format. So that we can debug the code in some form. */
-
-/* We use ELF as output format. So that we can debug the code in some form. */
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
OUTPUT_ARCH(arm)
INCLUDE ldoptions