diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-01 21:14:01 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-03 18:41:47 -0500 |
commit | 8179203e58e6473ee9b9451e7b91709fd08da394 (patch) | |
tree | bdc4bc01d14359b253e5b147f3ccbe3850c1034a /target | |
parent | b5635d2d4442ace639cb649398269533056d8c62 (diff) |
h8300 only support plain FLAT
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.binfmt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index fb9b203a0..2e15e613d 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -31,7 +31,7 @@ endchoice # Set up flat binary type choice prompt "FLAT Binary type" -depends on ADK_TARGET_BINFMT_FLAT +depends on ADK_TARGET_BINFMT_FLAT && !ADK_TARGET_ARCH_H8300 default ADK_TARGET_BINFMT_FLAT_ONE config ADK_TARGET_BINFMT_FLAT_ONE |