summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binfmt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-09 10:33:51 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-09 10:34:00 +0200
commit31bdc569aece7ae813caeaadada207e25ccda789 (patch)
treeefa9b1f4b95eba14234d525f31f3721b8eea7eea /target/config/Config.in.binfmt
parent71cafe792c3fd9e374e2c415699c9bce8d7e25a3 (diff)
bfin: fix some issues so that it can be used to do some basic testing with embedded-test
Diffstat (limited to 'target/config/Config.in.binfmt')
-rw-r--r--target/config/Config.in.binfmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt
index 69da78a44..13e28f6b5 100644
--- a/target/config/Config.in.binfmt
+++ b/target/config/Config.in.binfmt
@@ -54,6 +54,6 @@ endchoice
config ADK_TARGET_BINFMT
string
depends on ADK_TARGET_ARCH_BFIN
- default "bflt" if ADK_TARGET_BINFMT_FLAT
+ default "flat" if ADK_TARGET_BINFMT_FLAT
default "fdpic" if ADK_TARGET_BINFMT_FDPIC