commit | 664696fadc07bcf404571221a5fb56d5f1b5a910 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 28 12:32:47 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 14 09:03:06 2022 -0400 |
tree | 21b3ba493c203f4f831a19ea494a894ecff5160e | |
parent | dc0aa0455b28e7a0161993d5f117d3e0b8610b93 [diff] |
image: Track when ramdisk processing is completed The current switch default is tricky since it relies on #ifdefs to work. Use a bool instead. Also fix the comment on @select, since it has a dual purpose. Signed-off-by: Simon Glass <sjg@chromium.org>