diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/i386/lib/failover_failover.lds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/lib/failover_failover.lds b/src/arch/i386/lib/failover_failover.lds new file mode 100644 index 0000000000..e042aa8cef --- /dev/null +++ b/src/arch/i386/lib/failover_failover.lds @@ -0,0 +1,2 @@ + __fallback_image = (CONFIG_ROM_STREAM_START & 0xfffffff0) - 8; + __normal_image = ((CONFIG_ROM_STREAM_START - FALLBACK_SIZE) & 0xfffffff0) - 8; |