diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-04 20:54:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-04 20:54:54 +0200 |
commit | 7f794b241661290776b2df594b93cb4e854e0081 (patch) | |
tree | d016fd05617f5d5e805ac1852f2aac5e95ab949c /target/config | |
parent | b95ca17dbb364bbb1f50503cfeab2678579af7a9 (diff) |
bfin: has msep-data support
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.binfmt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index d476eff5f..3b88791d6 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -39,7 +39,7 @@ config ADK_TARGET_BINFMT_FLAT_ONE config ADK_TARGET_BINFMT_FLAT_SEP_DATA bool "Separate data and code region" - depends on ADK_TARGET_ARCH_M68K + depends on ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_BFIN help Allow for the data and text segments to be separated and placed in different regions of memory. |