diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/x86/boot/coreboot_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/boot/coreboot_table.c b/src/arch/x86/boot/coreboot_table.c index a7e8bbc412..b0dcc9e65a 100644 --- a/src/arch/x86/boot/coreboot_table.c +++ b/src/arch/x86/boot/coreboot_table.c @@ -29,9 +29,9 @@ #include <version.h> #include <device/device.h> #include <stdlib.h> +#include <cbfs.h> #if CONFIG_USE_OPTION_TABLE #include <option_table.h> -#include <cbfs.h> #endif static struct lb_header *lb_table_init(unsigned long addr) |