diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-02 21:31:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-02 21:31:32 +0100 |
commit | 23cf2277fc82a948482adf6f11ae132f58cf263e (patch) | |
tree | 8abd06ce1fede64c2c4a790adbfeb14980dc7c8f /target | |
parent | 2498dca71d0f694dc7fcab6a73a3d04b2c475ea8 (diff) |
build host u-boot when mkimage is not installed
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.tools | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 4218eb1cc..391586100 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -77,10 +77,6 @@ config ADK_HOST_BUILD_U_BOOT bool default n -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 |