diff options
| author | Tao Bao <tbao@google.com> | 2016-12-13 22:29:49 -0800 |
|---|---|---|
| committer | Tao Bao <tbao@google.com> | 2016-12-13 22:36:02 -0800 |
| commit | c0336399ae96f2a93663020efe9c75c56c19fd98 (patch) | |
| tree | b49ca26a9ac9fc49be3c6d942eecb0e7f38f13f4 /bootloader_message | |
| parent | 4e48a6c1a168dfa31385c9ce38062e12671da31d (diff) | |
Remove the obsolete comments for firmware update.
The corresponding code was removed in commit
e08991e02a7d678f2574e85289a34b2a9a537c82 in 2010 (Froyo).
Test: N/A
Change-Id: I2b296e1b07d54232bade79fda7501387d65a4c37
Diffstat (limited to 'bootloader_message')
| -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 b3d2182d..ec47facf 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 |
