greybus: firmware.h: rename TFTF firmware filenames
authorJoel Porquet <porquet_joel@projectara.com>
Thu, 21 Jul 2016 22:57:38 +0000 (15:57 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 21 Jul 2016 23:33:25 +0000 (16:33 -0700)
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>
drivers/staging/greybus/firmware.h

index 2fbb263..841a0d5 100644 (file)
@@ -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