diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/bootblock_crt0.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/bootblock_crt0.S b/src/arch/x86/bootblock_crt0.S index 3e9065b707..16daed1b54 100644 --- a/src/arch/x86/bootblock_crt0.S +++ b/src/arch/x86/bootblock_crt0.S @@ -16,7 +16,6 @@ * Include the old code for reset vector and protected mode entry. That code has * withstood the test of time. */ -#include <cpu/x86/16bit/reset16.inc> #include <cpu/x86/32bit/entry32.inc> #if CONFIG(BOOTBLOCK_DEBUG_SPINLOOP) |