qcacmn: Replace WIN/MCL from macro names

There are macro defined differenly for WIN and MCL
to pick up default INI value either for WIN or MCL.

The macro name uses WIN and MCL and also enabling the
right macro is controlled by CONFIG_MCL.

Replace the macro with CONFIG_AP_PLATFORM.

Change-Id: Ib5663532d45534cce1715ef06447116e2654e709
CRs-Fixed: 2484959
Este commit está contenido en:
Vivek
2019-07-09 19:30:40 +05:30
cometido por nshrivas
padre 49cd7b9173
commit 7047d0d1a5
Se han modificado 4 ficheros con 19 adiciones y 19 borrados

Ver fichero

@@ -43,7 +43,7 @@
#define CFG_ENABLE_GREEN_AP_FEATURE CFG_INI_BOOL( \
"gEnableGreenAp", \
MCL_OR_WIN_VALUE(1, 0), \
PLATFORM_VALUE(1, 0), \
"enable green ap")
/*
@@ -66,7 +66,7 @@
#define CFG_ENABLE_EGAP_FEATURE CFG_INI_BOOL( \
"gEnableEGAP", \
MCL_OR_WIN_VALUE(1,0), \
PLATFORM_VALUE(1, 0), \
"enable e-gap")
/*
* <ini>