From: Jon Medhurst Date: Fri, 11 May 2012 14:24:24 +0000 (+0100) Subject: gator-driver: Default GATOR_MALI_INTERFACE_STYLE to '2' X-Git-Url: https://git.ti.com/gitweb?p=android-sdk%2Farm-ds5-gator.git;a=commitdiff_plain;h=921c40f23d8b6deeee18e9dff097a06a9b643f3a gator-driver: Default GATOR_MALI_INTERFACE_STYLE to '2' At the moment, we only have users with the old style interface, so make our life easier by making it the default. Signed-off-by: Jon Medhurst --- diff --git a/driver/gator_events_mali_400.c b/driver/gator_events_mali_400.c index 38c97d1..c5fd989 100644 --- a/driver/gator_events_mali_400.c +++ b/driver/gator_events_mali_400.c @@ -17,6 +17,14 @@ #include "gator_events_mali_common.h" #include "gator_events_mali_400.h" +#if !defined(GATOR_MALI_INTERFACE_STYLE) +/* + * At the moment, we only have users with the old style interface, so + * make our life easier by making it the default... + */ +#define GATOR_MALI_INTERFACE_STYLE (2) +#endif + /* * There are (currently) three different variants of the comms between gator and Mali: * 1 (deprecated): No software counter support