commit | 55f5832662ddd17a8db72eaf18e43006b33dd588 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 25 07:17:37 2023 +1300 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 01 12:26:44 2023 -0400 |
tree | 2dde0f46bd882ebe4aeba8b033972ff19b932343 | |
parent | a61057f7cb8fdb17e2e399708ed54dae98c95118 [diff] |
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>