summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-26 14:15:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-26 14:15:39 +0200
commitc4ef12b64426763670dcae46219b766ba2f490cd (patch)
tree98093f6569f49fe45c92ffe3f0c40aee54a5c732
parentd2f923e9f834cf75f5db8f9169e023054114abe7 (diff)
fix arm for bulkall
-rw-r--r--target/arm/sys-available/acmesystems-foxg201
-rw-r--r--target/config/Config.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/target/arm/sys-available/acmesystems-foxg20 b/target/arm/sys-available/acmesystems-foxg20
index e3dffb47e..c63717c6c 100644
--- a/target/arm/sys-available/acmesystems-foxg20
+++ b/target/arm/sys-available/acmesystems-foxg20
@@ -1,6 +1,7 @@
config ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
bool "Foxboard FOXG20"
select ADK_arm
+ select ADK_little
select ADK_acmesystems_foxg20
select ADK_KERNEL_ARCH_AT91
select ADK_KERNEL_ARCH_AT91SAM9G20
diff --git a/target/config/Config.in b/target/config/Config.in
index cfa53894a..4c8c8bcb5 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -17,7 +17,7 @@ source "target/config/Config.in.system"
choice
prompt "Target Endianess"
-depends on ADK_LINUX_ARM || ADK_LINUX_MIPS && ADK_TOOLCHAIN_ONLY
+depends on (ADK_LINUX_ARM || ADK_LINUX_MIPS) && ADK_TOOLCHAIN_ONLY
config ADK_ENDIAN
boolean "Choose target endianess"