diff options
author | Tao Bao <tbao@google.com> | 2016-12-14 19:42:00 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-12-14 19:42:00 +0100 |
commit | 527f08ed0b6c3cd6fc1972daab0817e880c670ad (patch) | |
tree | b49ca26a9ac9fc49be3c6d942eecb0e7f38f13f4 /bootloader_message/include | |
parent | Merge "Add tests for setup-bcb and clear-bcb via uncrypt." (diff) | |
parent | Merge "Remove the obsolete comments for firmware update." (diff) | |
download | android_bootable_recovery-527f08ed0b6c3cd6fc1972daab0817e880c670ad.tar android_bootable_recovery-527f08ed0b6c3cd6fc1972daab0817e880c670ad.tar.gz android_bootable_recovery-527f08ed0b6c3cd6fc1972daab0817e880c670ad.tar.bz2 android_bootable_recovery-527f08ed0b6c3cd6fc1972daab0817e880c670ad.tar.lz android_bootable_recovery-527f08ed0b6c3cd6fc1972daab0817e880c670ad.tar.xz android_bootable_recovery-527f08ed0b6c3cd6fc1972daab0817e880c670ad.tar.zst android_bootable_recovery-527f08ed0b6c3cd6fc1972daab0817e880c670ad.zip |
Diffstat (limited to 'bootloader_message/include')
-rw-r--r-- | bootloader_message/include/bootloader_message/bootloader_message.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bootloader_message/include/bootloader_message/bootloader_message.h b/bootloader_message/include/bootloader_message/bootloader_message.h index b3d2182df..ec47facf6 100644 --- a/bootloader_message/include/bootloader_message/bootloader_message.h +++ b/bootloader_message/include/bootloader_message/bootloader_message.h @@ -42,8 +42,9 @@ static const size_t WIPE_PACKAGE_OFFSET_IN_MISC = 16 * 1024; * It is also updated by the bootloader when firmware update * is complete (to boot into recovery for any final cleanup) * - * The status field is written by the bootloader after the - * completion of an "update-radio" or "update-hboot" command. + * The status field was used by the bootloader after the completion + * of an "update-radio" or "update-hboot" command, which has been + * deprecated since Froyo. * * The recovery field is only written by linux and used * for the system to send a message to recovery or the |