Commit 350e3ac2 authored by Joel Porquet's avatar Joel Porquet Committed by Greg Kroah-Hartman

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: default avatarJoel Porquet <porquet_joel@projectara.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Acked-by: default avatarSandeep Patil <sspatil@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent b5d1d128
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "greybus.h" #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" */ /* Length of the string in format: "FW_NAME_PREFIX""%08x_%08x_%08x_%08x_%s.tftf" */
#define FW_NAME_LEN 56 #define FW_NAME_LEN 56
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment