diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-20 05:31:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-20 05:57:30 +0100 |
commit | 793809a19b9a82e3ae67390a147af49264137bef (patch) | |
tree | 806d1d6d9dfdb762ebacc7098681bdc7aa5091cb /target/arm/systems | |
parent | 898c0f1f3b784f488e9ce79694411999d3068829 (diff) |
Need to set VENDOR for Linux 6.6
Diffstat (limited to 'target/arm/systems')
-rw-r--r-- | target/arm/systems/qemu-arm-xilinx-zynq | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/arm/systems/qemu-arm-xilinx-zynq b/target/arm/systems/qemu-arm-xilinx-zynq index c00543509..08133822a 100644 --- a/target/arm/systems/qemu-arm-xilinx-zynq +++ b/target/arm/systems/qemu-arm-xilinx-zynq @@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_QEMU_ARM_XILINX_ZYNQ bool "Qemu Emulator (Xilinx Zynq)" depends on ADK_TARGET_OS_LINUX select ADK_TARGET_CPU_ARM_CORTEX_A9 + select ADK_TARGET_LITTLE_ENDIAN select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_ZIMAGE select ADK_TARGET_KERNEL_WITH_COMPRESSION |