commit | 1a86f0aeb6fc921c58dfdf97bc7fa23c58ff65f3 | [log] [tgz] |
---|---|---|
author | Jeremy Compostella <[email protected]> | Mon Oct 24 16:45:08 2011 +0200 |
committer | Patrick Tjin <[email protected]> | Mon Jul 21 20:22:40 2014 -0700 |
tree | 9bccd16108d420f4385f944d0aa8bb0bd0b81871 | |
parent | 4c56e4505d7b0f66515667edd56ba49c84b63172 [diff] |
Bootstub: Increase the command line size in bootstub BZ: 12336 Bootstub is currently allocated only 256 bytes for kernel boot command-line options. The Android kernel boot command line options is getting larger and with the current size of 256 bytes in size, it's not enough. This patch added to increase the allocation of the kernel boot command-line options to 1024 bytes in bootstub. Also, bump up the bootstub version to v1.2 Change-Id: Id8804359899ee1facb621de2cb8fd3c6ef4e14ad Signed-off-by: Jeremy Compostella <[email protected]> Signed-off-by: Leonard Mai <[email protected]> Reviewed-on: http://android.intel.com:8080/22416 Reviewed-by: Du, Alek <[email protected]> Reviewed-by: Romieu, Benoit <[email protected]> Tested-by: Seibel, Eric <[email protected]> Reviewed-by: buildbot <[email protected]> Tested-by: buildbot <[email protected]>