summaryrefslogtreecommitdiff
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.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/lib/failover_failover.lds b/src/arch/i386/lib/failover_failover.lds
index 814f2000fb..ec8c12a9e4 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 - FALLBACK_SIZE) & 0xfffffff0) - 8;
+ __normal_image = ((CONFIG_ROM_PAYLOAD_START - CONFIG_FALLBACK_SIZE) & 0xfffffff0) - 8;