summaryrefslogtreecommitdiff
path: root/src/arch/x86/init/romstage.ld
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-23 12:57:06 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-26 22:44:10 +0200
commit987493300df70c5635110f184922c829de247cfe (patch)
treefc432f1e54786748515d278f3b1d667f961e8c8f /src/arch/x86/init/romstage.ld
parenteec2db4da7685ad5eccd4fca261fdc8a146ed45d (diff)
downloadcoreboot-987493300df70c5635110f184922c829de247cfe.tar.xz
x86: Move architecture selection from linker script to Makefile.inc
Change-Id: I5efd3cb3e6970b5740f740507244a1ab823e0bb6 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/10590 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/arch/x86/init/romstage.ld')
-rw-r--r--src/arch/x86/init/romstage.ld4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/x86/init/romstage.ld b/src/arch/x86/init/romstage.ld
index 74e665f4af..7b9cb6aa45 100644
--- a/src/arch/x86/init/romstage.ld
+++ b/src/arch/x86/init/romstage.ld
@@ -18,10 +18,6 @@
* Foundation, Inc.
*/
-/* We use ELF as output format. So that we can debug the code in some form. */
-OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
-OUTPUT_ARCH(i386)
-
TARGET(binary)
SECTIONS
{