aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/failover_failover.lds
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/lib/failover_failover.lds')
-rw-r--r--src/arch/i386/lib/failover_failover.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/i386/lib/failover_failover.lds b/src/arch/i386/lib/failover_failover.lds
index ec8c12a9e4..19e6edfaaa 100644
--- a/src/arch/i386/lib/failover_failover.lds
+++ b/src/arch/i386/lib/failover_failover.lds
@@ -1,2 +1,2 @@
- __fallback_image = (CONFIG_ROM_PAYLOAD_START & 0xfffffff0) - 8;
- __normal_image = ((CONFIG_ROM_PAYLOAD_START - CONFIG_FALLBACK_SIZE) & 0xfffffff0) - 8;
+ __fallback_image = (CONFIG_ROMBASE & 0xfffffff0) - 8;
+ __normal_image = ((CONFIG_ROMBASE - CONFIG_FALLBACK_SIZE) & 0xfffffff0) - 8;