diff options
Diffstat (limited to 'src/arch/x86/failover.ld')
-rw-r--r-- | src/arch/x86/failover.ld | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/failover.ld b/src/arch/x86/failover.ld index d7aa47e249..94d5263bfb 100644 --- a/src/arch/x86/failover.ld +++ b/src/arch/x86/failover.ld @@ -18,6 +18,8 @@ * Foundation, Inc. */ +ENTRY(reset_vector) + MEMORY { rom : ORIGIN = 0xffff0000, LENGTH = 64K } |