Browse Source

bfin: has msep-data support

Waldemar Brodkorb 9 years ago
parent
commit
7f794b2416
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/config/Config.in.binfmt

+ 1 - 1
target/config/Config.in.binfmt

@@ -39,7 +39,7 @@ config ADK_TARGET_BINFMT_FLAT_ONE
 
 
 config ADK_TARGET_BINFMT_FLAT_SEP_DATA
 config ADK_TARGET_BINFMT_FLAT_SEP_DATA
 	bool "Separate data and code region"
 	bool "Separate data and code region"
-	depends on ADK_TARGET_ARCH_M68K
+	depends on ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_BFIN
 	help
 	help
 	  Allow for the data and text segments to be separated and placed in
 	  Allow for the data and text segments to be separated and placed in
 	  different regions of memory.
 	  different regions of memory.