aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/ramstage.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/ramstage.ld')
-rw-r--r--src/arch/x86/ramstage.ld7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/x86/ramstage.ld b/src/arch/x86/ramstage.ld
deleted file mode 100644
index 0d329dba0b..0000000000
--- a/src/arch/x86/ramstage.ld
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <memlayout.h>
-#include <arch/header.ld>
-
-SECTIONS
-{
- RAMSTAGE(CONFIG_RAMBASE, CONFIG_RAMTOP - CONFIG_RAMBASE)
-}