commit | ce3e75dc5977e6500669fd9418405ddd4207a164 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 22 05:07:27 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 08 23:07:59 2022 -0500 |
tree | 57525a0e0cee2fcdbc96c840fda3bb887fd3a979 | |
parent | 097ff01fb98a6f4ad03eed8cf639a5cc90fb6619 [diff] |
bloblist: Update to use conditional value Use the new IF_ENABLED_INT() feature to avoid needing our own inline function to handle this case. Tidy up the logic to ensure that the value is only used when present. Update the 'expected' comment also. Signed-off-by: Simon Glass <sjg@chromium.org>