commit | b85fc8dbabd7c027ad7ad6133578a0d679dbe2ba | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:26 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:39 2023 -0500 |
tree | 6aae549dcbc09ceff6dcbef7c88f84853b0e288b | |
parent | 3a2cb96e5dde427ccb670640a6a5fa1d61519a9b [diff] |
bootstd: Add a default method to get bootflows The code in these functions turns out to often be the same. Add a default get_bootflow() function and allow the drivers to select it by setting the method to NULL. This saves a little code space. Signed-off-by: Simon Glass <sjg@chromium.org>