]> git.ipfire.org Git - thirdparty/u-boot.git/commit
bootstd: cros: Correct condition for read method
authorSimon Glass <sjg@chromium.org>
Tue, 24 Oct 2023 18:17:37 +0000 (07:17 +1300)
committerTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:26:44 +0000 (12:26 -0400)
commita831d1137845732db68ac80edf15bfe4a68d0c8f
tree2dde0f46bd882ebe4aeba8b033972ff19b932343
parent19248dcec53d19184ce1207962edd54109d28b01
bootstd: cros: Correct condition for read method

This has a typo which makes the method inoperable. Correct it so that
'bootflow read' works correctly for ChromeOS.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootmeth_cros.c