summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-05 21:50:18 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-15 22:04:09 +0200
commite2ea4157a9a6425506d8ec24a27de216536654a6 (patch)
treec47f58d5813c4bdde6fee3d884f098806badb50d /arch
parent325bb37942f8d3826dab9dc6e88b25234e67a2cf (diff)
arch: drop BR2_BINFMT_FLAT_SEP_DATA support
This was only used by Blackfin, so there's no good reason to keep it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/Config.in b/arch/Config.in
index a193cd0068..a66ea0d03b 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -383,18 +383,6 @@ config BR2_BINFMT_FLAT_ONE
help
All segments are linked into one memory region.
-config BR2_BINFMT_FLAT_SEP_DATA
- bool "Separate data and code region"
- # this FLAT binary type technically exists on m68k, but fails
- # to build numerous packages: due to architecture limitation,
- # big functions cannot be built in this mode. They cause build
- # failures such as "Tried to convert PC relative branch to
- # absolute jump" or "error: value -yyyyy out of range".
- depends on BR2_BROKEN
- help
- Allow for the data and text segments to be separated and
- placed in different regions of memory.
-
config BR2_BINFMT_FLAT_SHARED
bool "Shared binary"
depends on BR2_m68k