From 350e3ac2ceb696435efbbe688e6e912801a4b8c4 Mon Sep 17 00:00:00 2001 From: Joel Porquet Date: Thu, 21 Jul 2016 15:57:38 -0700 Subject: [PATCH] greybus: firmware.h: rename TFTF firmware filenames Replace prefix "ara_" with prefix "gmp_" for TFTF firmware filenames. Testing Done: compiled and flashed EVT2 (bootimage) and tested that "gmp_" prefixed tftf files are expected. Pushed one from FDK and checked that it's properly loaded. Signed-off-by: Joel Porquet Acked-by: Viresh Kumar Acked-by: Sandeep Patil Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/firmware.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/firmware.h b/drivers/staging/greybus/firmware.h index 2fbb263895d2..841a0d532288 100644 --- a/drivers/staging/greybus/firmware.h +++ b/drivers/staging/greybus/firmware.h @@ -12,7 +12,7 @@ #include "greybus.h" -#define FW_NAME_PREFIX "ara_" +#define FW_NAME_PREFIX "gmp_" /* Length of the string in format: "FW_NAME_PREFIX""%08x_%08x_%08x_%08x_%s.tftf" */ #define FW_NAME_LEN 56 -- 2.39.5