]> git.karo-electronics.de Git - linux-beck.git/commit
greybus: move all firmware prefix strings to one place
authorGreg Kroah-Hartman <gregkh@google.com>
Wed, 20 Jul 2016 17:11:37 +0000 (10:11 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 20 Jul 2016 17:29:07 +0000 (10:29 -0700)
commit8a704565ebda9603c294aacebb34e47cd9d9a3a0
tree291aa9908458a9e3fbbe29687b59778e8a57b82e
parent4f7e413b2d2d2825dbb36b73f06e69514022b132
greybus: move all firmware prefix strings to one place

The firmware prefix is hard-coded in a few different places.  Put it all
in one handy #define, for when/if we ever decide to change it in the
future...

Testing: 'strings gb-firmware.ko gb-bootrom.ko | grep ara_' produced the
 same output before and after this patch.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Reviewed-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/bootrom.c
drivers/staging/greybus/firmware.h
drivers/staging/greybus/fw-download.c