diff options
Diffstat (limited to 'arch/x86/cpu/efi/sdram.c')
-rw-r--r-- | arch/x86/cpu/efi/sdram.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/efi/sdram.c b/arch/x86/cpu/efi/sdram.c index 3143c079ad..af65982fd0 100644 --- a/arch/x86/cpu/efi/sdram.c +++ b/arch/x86/cpu/efi/sdram.c @@ -6,6 +6,7 @@ #include <common.h> #include <efi.h> #include <init.h> +#include <asm/global_data.h> #include <asm/u-boot-x86.h> DECLARE_GLOBAL_DATA_PTR; |