commit | 78c79dda126ab65f3ea447705c05de1de9485b2f | [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 | 88978dd137d18fcdee42875c09c746e69e63fdd8 [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>