OSDN Git Service

x86/boot: EFI_MIXED should not prohibit loading above 4G
[uclinux-h8/linux.git] / arch / x86 / boot / header.S
index 0ca9a5c..84c2234 100644 (file)
@@ -375,8 +375,7 @@ xloadflags:
 # define XLF0 0
 #endif
 
-#if defined(CONFIG_RELOCATABLE) && defined(CONFIG_X86_64) && \
-       !defined(CONFIG_EFI_MIXED)
+#if defined(CONFIG_RELOCATABLE) && defined(CONFIG_X86_64)
    /* kernel/boot_param/ramdisk could be loaded above 4g */
 # define XLF1 XLF_CAN_BE_LOADED_ABOVE_4G
 #else