diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-26 22:44:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-26 22:44:14 +0200 |
commit | 82fe4e6759930f69f6ae08cf85f74ae233c6bab9 (patch) | |
tree | e53b9cefb3bf2fcd778b5074cbc77006326b7726 /target | |
parent | c7329ac035d6f4699caa2d7d332cef7b688f19a4 (diff) | |
parent | c4ef12b64426763670dcae46219b766ba2f490cd (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r-- | target/arm/sys-available/acmesystems-foxg20 | 1 | ||||
-rw-r--r-- | target/config/Config.in | 2 |
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 4082b9049..3a2524547 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" |