summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/firmware.h
diff options
context:
space:
mode:
authorJoel Porquet2016-07-22 00:57:38 +0200
committerGreg Kroah-Hartman2016-07-22 01:33:25 +0200
commit350e3ac2ceb696435efbbe688e6e912801a4b8c4 (patch)
tree6fdc9990476d39e2f81345d2932ddbc56a960e7d /drivers/staging/greybus/firmware.h
parentgreybus: interface: fix interface_id attribute group (diff)
downloadkernel-qcow2-linux-350e3ac2ceb696435efbbe688e6e912801a4b8c4.tar.gz
kernel-qcow2-linux-350e3ac2ceb696435efbbe688e6e912801a4b8c4.tar.xz
kernel-qcow2-linux-350e3ac2ceb696435efbbe688e6e912801a4b8c4.zip
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 <porquet_joel@projectara.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Sandeep Patil <sspatil@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/firmware.h')
-rw-r--r--drivers/staging/greybus/firmware.h2
1 files changed, 1 insertions, 1 deletions
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