summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/failover.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/failover.ld')
-rw-r--r--src/arch/x86/failover.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/failover.ld b/src/arch/x86/failover.ld
index 334145a74274..139136540c08 100644
--- a/src/arch/x86/failover.ld
+++ b/src/arch/x86/failover.ld
@@ -14,7 +14,7 @@
ENTRY(_start)
MEMORY {
- rom : ORIGIN = 0xffff0000, LENGTH = 64K
+ rom : ORIGIN = CONFIG_X86_RESET_VECTOR - 0xfff0, LENGTH = 64K
}
TARGET(binary)