diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-24 14:00:36 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-26 13:51:36 -0500 |
commit | 25e6ae36b5cfaf7d3cd6751211bd2eb3026a3186 (patch) | |
tree | a4c27fbcdbc9551d6516c89eeb1099229deb3fbc | |
parent | f245a435c00f308d5a3d585a593eb0d628a90095 (diff) |
add host-build for xtensa u-boot
-rw-r--r-- | target/config/Config.in.tools | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 3045d79c6..d6f8b1365 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -81,6 +81,10 @@ config ADK_HOST_BUILD_U_BOOT_GIT bool default n +config ADK_HOST_BUILD_U_BOOT_XTENSA + bool + default y if ADK_TARGET_ARCH_XTENSA + config ADK_HOST_BUILD_PATCH bool default n |