From 2da8d8affcb3d8cb1e8b9a39b5e4657d2d6f55bf Mon Sep 17 00:00:00 2001 From: Kapil Porwal Date: Sat, 22 Mar 2025 02:33:22 +0530 Subject: [PATCH] mb/google/var/trulo: Fix ISH firmare name Use the ISH firmware file name as in rootfs. BUG=b:401138236 TEST=suspend_stress_test is successful. Change-Id: I29fbb4d9f04c23c1499dff5ffeab93e70675ae51 Signed-off-by: Kapil Porwal Reviewed-on: https://review.coreboot.org/c/coreboot/+/86974 Tested-by: build bot (Jenkins) Reviewed-by: Dinesh Gehlot Reviewed-by: Subrata Banik --- .../google/brya/variants/baseboard/trulo/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb b/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb index 8a20256f51..3d0b9d7d3a 100644 --- a/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb +++ b/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb @@ -91,7 +91,7 @@ chip soc/intel/alderlake device ref tcss_xhci on end device ref ish on chip drivers/intel/ish - register "firmware_name" = ""trulo_ish.bin"" + register "firmware_name" = ""trulo-ish.bin"" register "add_acpi_dma_property" = "true" device generic 0 on end end