diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-16 06:48:04 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-16 06:48:04 -0500 |
commit | 3e84a4b68b4b24f658f58babf90c3155c365cd21 (patch) | |
tree | 77a3ec9bf95c85886870321f70ea320520fc0d5c | |
parent | 88dc317d5510827a551697805c5d167d3ecb0975 (diff) |
avr32 has a MMU
-rw-r--r-- | target/config/Config.in.cpu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index 4fbbbe4b3..446de06db 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -56,6 +56,7 @@ config ADK_CPU_ATOM config ADK_CPU_AVR32 bool select ADK_TARGET_WITH_LT + select ADK_TARGET_WITH_MMU config ADK_CPU_BFIN bool |