summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-08-17 08:37:54 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-23 00:05:37 +0200
commitf9aee4b5819809b18b51189f3593c074af58fc3b (patch)
treed5bdf678fde285188fb0528c758904fa37ebccc1 /arch
parent51e35be7cb99fdc09c47828061b98e72b06869db (diff)
m68k: flat one memory region works with small kernel patch
Greg Ungerer fixed recently a bug in the Linux kernel, which allows to use one memory region again. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> [Thomas: cherry-picked from next to master, in order to be able to use BR2_BINFMT_FLAT_ONE by default on m68k, since BR2_BINFMT_FLAT_SEP_DATA causes too much problems.] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/Config.in b/arch/Config.in
index b980e05b9..8000dcaa5 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -331,7 +331,6 @@ choice
config BR2_BINFMT_FLAT_ONE
bool "One memory region"
- depends on !BR2_m68k
help
All segments are linked into one memory region.