]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Make BOOTSTD_FULL depend on BOOTSTD
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 21:06:23 +0000 (14:06 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 14 Jun 2023 16:56:10 +0000 (12:56 -0400)
commitbcb1d269a4b9870033baced22b8225c089aa005a
tree2a6440372b41008f3eebe065494fbd922428b3b1
parent89d8c56f44c11d65237c39fced33f95138cd4062
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>
boot/Kconfig