diff options
Diffstat (limited to 'target/config/Config.in.tools')
-rw-r--r-- | target/config/Config.in.tools | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 3ef48ab3e..e1f65e5d2 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -31,6 +31,10 @@ config ADK_HOST_BUILD_LIBTOOL boolean default y +config ADK_HOST_BUILD_U_BOOT + boolean + default y + # always required, but can be provided by host config ADK_HOST_BUILD_BASH boolean @@ -143,16 +147,6 @@ config ADK_HOST_BUILD_QEMU default n # optional, must be used from OpenADK -config ADK_HOST_NEED_MKIMAGE - boolean - default n - -config ADK_HOST_BUILD_MKIMAGE - boolean - select ADK_PACKAGE_U_BOOT - default y if ADK_HOST_NEED_MKIMAGE - default n - config ADK_HOST_NEED_MTD_UTILS boolean default n |