diff options
-rw-r--r-- | arch/x86/boot/compressed/eboot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/boot/compressed/eboot.c b/arch/x86/boot/compressed/eboot.c index 18e329ca108e..448a86e154a9 100644 --- a/arch/x86/boot/compressed/eboot.c +++ b/arch/x86/boot/compressed/eboot.c | |||
@@ -432,10 +432,9 @@ static efi_status_t setup_gop(struct screen_info *si, efi_guid_t *proto, | |||
432 | * Once we've found a GOP supporting ConOut, | 432 | * Once we've found a GOP supporting ConOut, |
433 | * don't bother looking any further. | 433 | * don't bother looking any further. |
434 | */ | 434 | */ |
435 | first_gop = gop; | ||
435 | if (conout_found) | 436 | if (conout_found) |
436 | break; | 437 | break; |
437 | |||
438 | first_gop = gop; | ||
439 | } | 438 | } |
440 | } | 439 | } |
441 | 440 | ||