diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-14 15:55:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-14 15:56:05 +0200 |
commit | bbf5aaee18aac559ffb379c2e25ed94b3c753d2f (patch) | |
tree | 158b4940df05e59733b609d4881865380458a63b /target/config | |
parent | 09bc9a7f29e1f5642f8ef96ae78f6ee392053598 (diff) |
add elf2flt, use it for m68k-nommu. bootup in qemu still fails.
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.target | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.target b/target/config/Config.in.target index a4a598839..3abb99b9e 100644 --- a/target/config/Config.in.target +++ b/target/config/Config.in.target @@ -283,6 +283,9 @@ config ADK_TARGET_PACKAGE_IPKG endchoice +config ADK_TARGET_BINFMT_FLAT + boolean + choice prompt "Target GPU Memory" depends on ADK_TARGET_SYSTEM_RASPBERRY_PI |