msm: Update kernel argument to indicate pause for charging

Change-Id: I463742d9f23382c87ac21b49d3c62d149e7400fd
diff --git a/app/aboot/aboot.c b/app/aboot/aboot.c
index 1d13c63..9f796c0 100644
--- a/app/aboot/aboot.c
+++ b/app/aboot/aboot.c
@@ -74,7 +74,7 @@
 
 static const char *emmc_cmdline = " androidboot.emmc=true";
 static const char *usb_sn_cmdline = " androidboot.serialno=";
-static const char *battchg_pause = " androidboot.battchg_pause=true";
+static const char *battchg_pause = " androidboot.mode=charger";
 static const char *auth_kernel = " androidboot.authorized_kernel=true";
 
 static const char *baseband_apq     = " androidboot.baseband=apq";