aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/boot/header.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
index 0ca9a5c362bc..84c223479e3c 100644
--- a/arch/x86/boot/header.S
+++ b/arch/x86/boot/header.S
@@ -375,8 +375,7 @@ xloadflags:
375# define XLF0 0 375# define XLF0 0
376#endif 376#endif
377 377
378#if defined(CONFIG_RELOCATABLE) && defined(CONFIG_X86_64) && \ 378#if defined(CONFIG_RELOCATABLE) && defined(CONFIG_X86_64)
379 !defined(CONFIG_EFI_MIXED)
380 /* kernel/boot_param/ramdisk could be loaded above 4g */ 379 /* kernel/boot_param/ramdisk could be loaded above 4g */
381# define XLF1 XLF_CAN_BE_LOADED_ABOVE_4G 380# define XLF1 XLF_CAN_BE_LOADED_ABOVE_4G
382#else 381#else