diff options
Diffstat (limited to 'target')
-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. |