From b4a83a0e04ab267b0c2b6272a9d5444393a61b3a Mon Sep 17 00:00:00 2001 From: Chao Song Date: Fri, 22 Sep 2023 13:54:25 +0800 Subject: [PATCH] sof: config: rename image toml file name for TGL/TGL-H The default build config in mainline SOF for CAVS2.5 platforms is IPC4, there is no need to keep cavs suffix for image toml files. Signed-off-by: Chao Song --- config/{tgl-h-cavs.toml => tgl-h.toml} | 0 config/{tgl-cavs.toml => tgl.toml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/{tgl-h-cavs.toml => tgl-h.toml} (100%) rename config/{tgl-cavs.toml => tgl.toml} (100%) diff --git a/config/tgl-h-cavs.toml b/config/tgl-h.toml similarity index 100% rename from config/tgl-h-cavs.toml rename to config/tgl-h.toml diff --git a/config/tgl-cavs.toml b/config/tgl.toml similarity index 100% rename from config/tgl-cavs.toml rename to config/tgl.toml