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>
This commit is contained in:
Waldemar Brodkorb
2016-08-17 08:37:54 +02:00
committed by Thomas Petazzoni
parent 51e35be7cb
commit f9aee4b581
3 changed files with 47 additions and 1 deletions

View File

@@ -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.