summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-09-05 18:55:47 (GMT)
committerAlexey Neyman <stilor@att.net>2017-09-05 18:55:47 (GMT)
commit3b62fd4083423f9bc5c50a4d2c98da631d607b93 (patch)
treedb736231156b62cb031d32e6483d943d5027647f /config
parent67d16f7887067469667c96c5d195810ed4ba7683 (diff)
Doh, forgot one place to rename the BOTH_ENDIAN option
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
-rw-r--r--config/target.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/target.in b/config/target.in
index d3b5f08..677c67e 100644
--- a/config/target.in
+++ b/config/target.in
@@ -121,7 +121,7 @@ config ARCH_DEFAULT_LE_BE
choice
bool
prompt "Endianness:"
- depends on ARCH_SUPPORTS_BOTH_ENDIAN
+ depends on ARCH_SUPPORTS_EITHER_ENDIAN
default ARCH_BE if ARCH_DEFAULT_BE
default ARCH_LE if ARCH_DEFAULT_LE
default ARCH_BE_LE if ARCH_DEFAULT_BE_LE