forked from marcosfad/mbp-ubuntu-kernel
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da52cc8
commit 23e822f
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
From 517dca0b1ec2b4d907af0e45abc50546c0d56439 Mon Sep 17 00:00:00 2001 | ||
From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> | ||
Date: Thu, 12 Dec 2024 06:44:05 +0530 | ||
Subject: [PATCH] Update x86-stub.c | ||
|
||
--- | ||
drivers/firmware/efi/libstub/x86-stub.c | 1 - | ||
1 file changed, 1 deletion(-) | ||
|
||
diff --git a/drivers/firmware/efi/libstub/x86-stub.c b/drivers/firmware/efi/libstub/x86-stub.c | ||
index 188c8000d245ec..a150e17656454e 100644 | ||
--- a/drivers/firmware/efi/libstub/x86-stub.c | ||
+++ b/drivers/firmware/efi/libstub/x86-stub.c | ||
@@ -234,7 +234,6 @@ static bool apple_match_product_name(void) | ||
"MacBookPro14,3", | ||
"MacBookPro15,1", | ||
"MacBookPro15,3", | ||
- "MacBookPro16,1", | ||
"MacBookPro16,4", | ||
}; | ||
const struct efi_smbios_type1_record *record; |