From e1c580f6bc9e7ab0fcdd4da40e9e01efeaf9cde1 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 3 Oct 2025 00:04:23 +0100 Subject: grub/xhci_nvme: fix target.cfg it still said tree="xhci" it should say xhci_nvme Signed-off-by: Leah Rowe --- config/grub/xhci_nvme/target.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/grub/xhci_nvme/target.cfg b/config/grub/xhci_nvme/target.cfg index df3e605e..c3c8127d 100644 --- a/config/grub/xhci_nvme/target.cfg +++ b/config/grub/xhci_nvme/target.cfg @@ -1,4 +1,4 @@ # SPDX-License-Identifier: GPL-3.0-or-later -tree="xhci" +tree="xhci_nvme" rev="a68a7dece464c35b1c8d20b98502b6881b103911" -- cgit v1.2.1