summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Samuelsson2009-01-29 22:17:36 +0100
committerUlf Samuelsson2009-01-29 22:17:36 +0100
commit3a7e2fd7837bc918c161b0f95df52e8b7bcdb307 (patch)
tree4375a01cc962bd7fb63caaf69b5ec542e7b51c81
parentRemove obsolete at91bootstrap patches (diff)
downloadbuildroot-3a7e2fd7837bc918c161b0f95df52e8b7bcdb307.tar.gz
buildroot-3a7e2fd7837bc918c161b0f95df52e8b7bcdb307.tar.xz
buildroot-3a7e2fd7837bc918c161b0f95df52e8b7bcdb307.zip
Remove default value from choice in x86 config
-rw-r--r--target/device/x86/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/device/x86/Config.in b/target/device/x86/Config.in
index d2025340c..0b88f7af9 100644
--- a/target/device/x86/Config.in
+++ b/target/device/x86/Config.in
@@ -11,7 +11,6 @@ choice
config BR2_TARGET_I686
bool "i686"
depends on BR2_i386
- default y
endchoice