summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binfmt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-15 19:15:13 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-15 19:15:30 +0200
commitd9db1a94a5ed1fb6d4c3c3c55cd01c6e6704ce3b (patch)
treead077290dd0db193c4cfe34139e4aac5ebe5d8eb /target/config/Config.in.binfmt
parentaa93632c77261538bd8ea540ac78525290a8a69d (diff)
linux: update 4.x kernel, add m68k patch and allow one memory flat
Diffstat (limited to 'target/config/Config.in.binfmt')
-rw-r--r--target/config/Config.in.binfmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt
index 3b88791d6..69da78a44 100644
--- a/target/config/Config.in.binfmt
+++ b/target/config/Config.in.binfmt
@@ -33,13 +33,13 @@ default ADK_TARGET_BINFMT_FLAT_ONE
config ADK_TARGET_BINFMT_FLAT_ONE
bool "One memory region"
- depends on ADK_TARGET_ARCH_BFIN
+ depends on ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_M68K
help
All segments are linked into one memory region.
config ADK_TARGET_BINFMT_FLAT_SEP_DATA
bool "Separate data and code region"
- depends on ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_BFIN
+ depends on ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_M68K
help
Allow for the data and text segments to be separated and placed in
different regions of memory.