summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-07-18 09:55:32 -0400
committerTom Rini <[email protected]>2023-07-18 09:55:32 -0400
commit890233ca5569e5787d8407596a12b9fca80952bf (patch)
tree966b9beb01a0ca57045bec4b4da2e16cb792757f /common
parent13aa090b87a0fbdfe690011669b9fdb96bb1ccc7 (diff)
parent4dc5e26242101f9090209e659e60422634c8bbcf (diff)
Merge branch '2023-07-17-assorted-updates'
- Merge in some Kconfig dependencies fixes, typo fixes, erofs update, shell portability fix, an env save fix, better mbr+gpt support, and some android A/B enhancements.
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 42baca20a61..f5ad63ce166 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -936,6 +936,15 @@ config ANDROID_AB
allows a bootloader to try a new version of the system but roll back
to previous version if the new one didn't boot all the way.
+config ANDROID_AB_BACKUP_OFFSET
+ hex "Offset of backup bootloader control"
+ depends on ANDROID_AB
+ default 0x0
+ help
+ If non-zero, a backup bootloader message starting at this offset in
+ the partition will tried in the event that the primary one (starting
+ at offset 0) fails its checksum.
+
endmenu
menu "Blob list"