commit | cbe344f37f0e3c3f6c6d703a91f795b6004da18f | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Sep 16 13:16:08 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Sep 16 13:16:08 2013 -0700 |
tree | 57f1759bcdc5a57c67c1aae57a0bca16febb0733 | |
parent | 7261822d2171866cfc80ed5a92bdcf39cf07748b [diff] | |
parent | 4c2e86d40594d9e44f288c55cdaff04797ace29f [diff] |
Merge "apq8084: Put MMC to sleep before starting kernel"
diff --git a/target/apq8084/init.c b/target/apq8084/init.c index 3aaa70f..631edcb 100644 --- a/target/apq8084/init.c +++ b/target/apq8084/init.c
@@ -116,6 +116,11 @@ keys_post_event(KEY_VOLUMEUP, 1); } +void target_uninit(void) +{ + mmc_put_card_to_sleep(dev); +} + /* Do target specific usb initialization */ void target_usb_init(void) {