Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9111
-gerrit
commit 9d505004d03f1e8fdec9d8576ff03813d123f2ac Author: Patrick Georgi pgeorgi@chromium.org Date: Fri Mar 27 14:19:35 2015 +0100
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 --- src/arch/arm/romstage.ld | 2 -- 1 file changed, 2 deletions(-)
diff --git a/src/arch/arm/romstage.ld b/src/arch/arm/romstage.ld index 34e9eaa..873b8e0 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