commit | 304031d93916a3448caaa230a95188fdd2deb395 | [log] [tgz] |
---|---|---|
author | Dmitry Rokosov <ddrokosov@salutedevices.com> | Thu Oct 17 17:12:11 2024 +0300 |
committer | Mattijs Korpershoek <mkorpershoek@baylibre.com> | Thu Oct 24 09:45:55 2024 +0200 |
tree | 3e13c60abaf33eb85892c3dbe55f2a0ca60f4f1e | |
parent | 52f93d3cb95d75b3ab4a4273fb1544752abd346d [diff] |
common: android_ab: fix slot suffix for abc block To align with the official Android BCB (Bootloader Control Block) specifications, it's important to note that the slot_suffix should start with an underscore symbol. For a comprehensive understanding of the expected slot_suffix format in userspace, please refer to the provided reference [1]. Links: [1] - https://source.android.com/docs/core/architecture/bootloader/updating#slots Based-on: https://android-review.googlesource.com/c/platform/external/u-boot/+/1446439 Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Guillaume La Roque <glaroque@baylibre.com> Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com> Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> # vim3_android Link: https://lore.kernel.org/r/20241017-android_ab_master-v5-6-43bfcc096d95@salutedevices.com Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>