commit | 30fbeb51762b120b7efaba96b8569e2ba1b98405 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:58 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:40 2023 -0500 |
tree | c556c8d9cf06129efffa9a63b77a0f13e292cbeb | |
parent | 56bb4e4dfd0b77eb1046df48b70446c81fcba0d4 [diff] |
bootstd: Set the distro_bootpart env var with scripts This environment variable is supposed to be set so that the script knows which partition holds the script. Set it before invoking the script. Signed-off-by: Simon Glass <sjg@chromium.org>