mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
Whether the bootrom locks the bootloader or not is deteremined by fuses and/or flags in the bootloader's signed header. This CL locks the active bootloader, just case those aren't configured to do so. BUG=chrome-os-partner:55261 BRANCH=none TEST=manual On an unlocked bootloader, I see this after booting: > rw 0x40090100 read 0x40090100 = 0x00000001 With this CL applied, I see this instead: > rw 0x40090100 read 0x40090100 = 0x00000000 Change-Id: I2e1396b7d7e71c8633d97d3cb573e9468eeb51e7 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/364280 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>