diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-13 21:25:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-13 21:25:59 +0100 |
commit | d604376f2908264c2c697f92ce34c19c0292dbe2 (patch) | |
tree | 93733ee008695df88024f2ec6adf6405c8205c3e /target | |
parent | 552030fef7180d7be590c1e4b8273edd862dbc5e (diff) |
disable big endian for kinetis k70
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.endian | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.endian b/target/config/Config.in.endian index f099d5b4c..e69d018a8 100644 --- a/target/config/Config.in.endian +++ b/target/config/Config.in.endian @@ -31,6 +31,7 @@ config ADK_TARGET_BIG_ENDIAN depends on !ADK_TARGET_SYSTEM_QEMU_ARM depends on !ADK_TARGET_SYSTEM_QEMU_XTENSA depends on !ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK + depends on !ADK_TARGET_SYSTEM_KINETIS_K70 endchoice |