diff options
Diffstat (limited to 'target/Config.in.arch')
-rw-r--r-- | target/Config.in.arch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/target/Config.in.arch b/target/Config.in.arch index 941cd1bed..a42bfd6b0 100644 --- a/target/Config.in.arch +++ b/target/Config.in.arch @@ -228,15 +228,12 @@ endchoice choice prompt "Target ABI" depends on BR2_bfin - default BR2_BFIN_FLAT + default BR2_BFIN_FDPIC config BR2_BFIN_FDPIC bool "FDPIC" config BR2_BFIN_FLAT bool "FLAT" -config BR2_BFIN_FLAT_SEP_DATA - bool "FLAT (Separate data)" -config BR2_BFIN_SHARED_FLAT - bool "Shared FLAT" + select BR2_PREFER_STATIC_LIB endchoice choice |