mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
arch: remove superfluous arch dependencies on BR2_BINFMT_FLAT_*
As noted by Yann E. Morin, those dependencies are unneeded, since FLAT can anyway only be used on m68k and Blackfin. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b85837e5d6
commit
375c77ad4e
@ -305,14 +305,12 @@ config BR2_BINFMT_FLAT_ONE
|
|||||||
|
|
||||||
config BR2_BINFMT_FLAT_SEP_DATA
|
config BR2_BINFMT_FLAT_SEP_DATA
|
||||||
bool "Separate data and code region"
|
bool "Separate data and code region"
|
||||||
depends on BR2_bfin || BR2_m68k
|
|
||||||
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.
|
||||||
|
|
||||||
config BR2_BINFMT_FLAT_SHARED
|
config BR2_BINFMT_FLAT_SHARED
|
||||||
bool "Shared binary"
|
bool "Shared binary"
|
||||||
depends on BR2_bfin || BR2_m68k
|
|
||||||
select BR2_BINFMT_SUPPORTS_SHARED
|
select BR2_BINFMT_SUPPORTS_SHARED
|
||||||
help
|
help
|
||||||
Allow to load and link indiviual FLAT binaries at run time.
|
Allow to load and link indiviual FLAT binaries at run time.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user