commit | bcb1d269a4b9870033baced22b8225c089aa005a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 22 14:06:23 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 14 12:56:10 2023 -0400 |
tree | 2a6440372b41008f3eebe065494fbd922428b3b1 | |
parent | 89d8c56f44c11d65237c39fced33f95138cd4062 [diff] |
bootstd: Make BOOTSTD_FULL depend on BOOTSTD Move BOOTSTD_FULL down in the file so that it can be enabled only when BOOTSTD is enabled. This prevents a build error if BOOTSTD is disabled but BOOTSTD_FULL is enabled. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>