diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-28 09:26:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-28 09:54:25 +0100 |
commit | 493e0b802efbe78f555c0fc2d6b558aecd1ce9de (patch) | |
tree | d254d8cd972ccb2a49fd1b972d71c5bf49037951 /target/config | |
parent | a2336668c1fd7c15940e7a746a091d0d571a2c54 (diff) |
xtensa: noMMU needs uclinux triplet
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.xtensa | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.xtensa b/target/config/Config.in.xtensa index facf2484b..4e62b09d4 100644 --- a/target/config/Config.in.xtensa +++ b/target/config/Config.in.xtensa @@ -37,6 +37,7 @@ config ADK_TARGET_XTENSA_DE212 select ADK_TARGET_LITTLE_ENDIAN select ADK_TARGET_WITH_LT select ADK_TARGET_WITHOUT_MMU + select ADK_TARGET_UCLINUX endchoice |