Add missing mathcp_setup() call to CSM code.
commit7093aa58046f8685025b0198708e7768733a017d
authorKevin O'Connor <kevin@koconnor.net>
Mon, 22 Jul 2013 00:01:07 +0000 (21 20:01 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 22 Jul 2013 00:03:57 +0000 (21 20:03 -0400)
tree066a5d59400ea68b74786da37548646bc6227e78
parentc98424c5ae973b9bd252696200a0ac8d91465340
Add missing mathcp_setup() call to CSM code.

It looks like when mathcp_setup() got moved from interface_init() to
platform_hardware_setup() in 3a735baa the corresponding change was not
made to the CSM code.  Update it now.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/csm.c