commit | 8df3191beed34f7cbfc0bfd4041c692f8b98d9a2 | [log] [tgz] |
---|---|---|
author | Matt Mower <mowerm@gmail.com> | Wed Jul 09 11:50:05 2014 -0500 |
committer | Dees Troy <dees_troy@teamw.in> | Thu Feb 02 17:03:12 2017 +0100 |
tree | 2b63a8ef3f33a81b94d0a0d34ff88afc2ac230c9 | |
parent | 6e4114f8b7fc7c00ae0610f82cf2cbf1e26678b4 [diff] |
Allow custom bootloader msg offset in block misc Globally define BOARD_RECOVERY_BLDRMSG_OFFSET with a decimal integer to offset the read/write location in misc where the bootloader message should appear. Example: BOARD_GLOBAL_CFLAGS := -DBOARD_RECOVERY_BLDRMSG_OFFSET=2048 Edify commands get_stage and set_stage need to be aware of the custom bootloader msg offset because they write the stage directly to the BCB. Change-Id: Ifdb5ffe3e893a651be59ae63e3a0ebadd828c9f2
Team Win Recovery Project (TWRP)
You can find a compiling guide here.