diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-05-31 16:37:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-05-31 16:37:31 +0200 |
commit | 084856f365310df846c30eae0445f0273ad87957 (patch) | |
tree | 9f2ab2e20de9c1ec78204ac77d45390664b822b4 /target/xtensa | |
parent | 6f5863125764c6644fed6e37a9c2e40a1125e4c4 (diff) |
xtensa: fix endian selection
Diffstat (limited to 'target/xtensa')
-rw-r--r-- | target/xtensa/systems/xilinx-kintex7 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/xtensa/systems/xilinx-kintex7 b/target/xtensa/systems/xilinx-kintex7 index 10b081563..390d889f7 100644 --- a/target/xtensa/systems/xilinx-kintex7 +++ b/target/xtensa/systems/xilinx-kintex7 @@ -1,5 +1,6 @@ config ADK_TARGET_SYSTEM_XILINX_KINTEX7 bool "Xilinx Kintex 7" + select ADK_TARGET_LITTLE_ENDIAN select ADK_TARGET_KERNEL_ZIMAGE select ADK_TARGET_KERNEL_WITH_COMPRESSION select ADK_TARGET_WITH_SERIAL |