From 32d5d5b75799a139143afefe3822f926afb0c665 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 5 Apr 2023 17:40:38 +0530 Subject: [PATCH] mb/intel/mtlrvp: Use `-` over `.` in chromeos-debug-fsp.fmd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch renames debug FMD file (chromeos.debug-fsp.fmd) to chromeos-debug-fsp.fmd in order to match the file path name in `FMDFILE` config. TEST=Able to build intel/mtlrvp with this code change. Signed-off-by: Subrata Banik Change-Id: Ic8de07e4befa6b1ab8ab57d593c6939d87c48e9b Reviewed-on: https://review.coreboot.org/c/coreboot/+/74217 Tested-by: build bot (Jenkins) Reviewed-by: Usha P Reviewed-by: Dinesh Gehlot Reviewed-by: Eric Lai --- .../mtlrvp/{chromeos.debug-fsp.fmd => chromeos-debug-fsp.fmd} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/mainboard/intel/mtlrvp/{chromeos.debug-fsp.fmd => chromeos-debug-fsp.fmd} (100%) diff --git a/src/mainboard/intel/mtlrvp/chromeos.debug-fsp.fmd b/src/mainboard/intel/mtlrvp/chromeos-debug-fsp.fmd similarity index 100% rename from src/mainboard/intel/mtlrvp/chromeos.debug-fsp.fmd rename to src/mainboard/intel/mtlrvp/chromeos-debug-fsp.fmd