Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9112
-gerrit
commit b710ffac0a1a40d2ca7982bd9bb4beb936a20747 Author: Patrick Georgi pgeorgi@chromium.org Date: Fri Mar 27 14:29:36 2015 +0100
arch/arm64: 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: I362e2f6a978de23e72e6fc9c83bc99457cd76d9c 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/arm64/romstage.ld | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/src/arch/arm64/romstage.ld b/src/arch/arm64/romstage.ld index 9e08464..c56d5ad 100644 --- a/src/arch/arm64/romstage.ld +++ b/src/arch/arm64/romstage.ld @@ -20,11 +20,6 @@ */
/* We use ELF as output format. So that we can debug the code in some form. */ -/* - INCLUDE ldoptions - */ - -/* We use ELF as output format. So that we can debug the code in some form. */ OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64") OUTPUT_ARCH(aarch64) INCLUDE ldoptions