summaryrefslogtreecommitdiff
path: root/target/config/Config.in.xtensa.choice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-07 15:45:20 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-07 15:46:14 -0600
commit41380967e1b97e2402b9ccc3f280f17377dc7e2c (patch)
treed8b47229b7508347a32ee8dd7d6880e4031988af /target/config/Config.in.xtensa.choice
parentfd5e1bfc81aa5ea3e3893fc61f8c50509a3487c7 (diff)
xtensa can be used wth big endian mode
Default for Qemu Targets is little endian. Fixup qemu example calling parameters.
Diffstat (limited to 'target/config/Config.in.xtensa.choice')
-rw-r--r--target/config/Config.in.xtensa.choice7
1 files changed, 2 insertions, 5 deletions
diff --git a/target/config/Config.in.xtensa.choice b/target/config/Config.in.xtensa.choice
index bd707cd4b..f5c78f90f 100644
--- a/target/config/Config.in.xtensa.choice
+++ b/target/config/Config.in.xtensa.choice
@@ -9,14 +9,11 @@ config ADK_TARGET_XTENSA_DC233C
bool "dc233c"
select ADK_KERNEL_XTENSA_VARIANT_DC233C
select ADK_KERNEL_INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX
+ select ADK_TARGET_LITTLE_ENDIAN
config ADK_TARGET_XTENSA_DC232B
bool "dc232b"
select ADK_KERNEL_XTENSA_VARIANT_DC232B
+ select ADK_TARGET_LITTLE_ENDIAN
endchoice
-
-config ADK_TARGET_XTENSA
- string
- default "dc233c" if ADK_TARGET_XTENSA_DC233C
- default "dc232b" if ADK_TARGET_XTENSA_DC232B