# HG changeset patch # User Mychaela Falconia # Date 1475392575 0 # Node ID e3768114db592709e425b3a9f14a0ab21be188b6 # Parent 8e5096429fd347b2a1113fc8e215924614e47bcb armio.c: 2nd cleaning: removed some (CHIPSET != 12) noise diff -r 8e5096429fd3 -r e3768114db59 src/cs/drivers/drv_core/armio/armio.c --- a/src/cs/drivers/drv_core/armio/armio.c Sun Oct 02 07:07:03 2016 +0000 +++ b/src/cs/drivers/drv_core/armio/armio.c Sun Oct 02 07:16:15 2016 +0000 @@ -174,32 +174,24 @@ // CLKM_IO_CNTL register configuration : // select IOs 6,8,9,10,11,12 and 13 on the pins instead of MCSI and MCUEN signals. - #if (CHIPSET != 12) AI_EnableBit(2); AI_EnableBit(4); - #endif /* Bits 5,6,7,8 are used to output I/O 9,10,11,12 or MCSI pins */ /* If Bluetooth, IO should be disabled, outputting MCSI used for Bluetooth voice */ -#ifdef BTEMOBILE - #if (CHIPSET != 12) + #ifdef BTEMOBILE AI_DisableBit(5); AI_DisableBit(6); AI_DisableBit(7); AI_DisableBit(8); - #endif -#else - #if (CHIPSET != 12) + #else AI_EnableBit(5); AI_EnableBit(6); AI_EnableBit(7); AI_EnableBit(8); #endif -#endif - #if (CHIPSET != 12) AI_EnableBit(9); - #endif // ARMIO_OUT register configuration : // set IOs 8,9,10,11,12 and 13 as high