diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-26 17:06:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-26 17:07:46 +0100 |
commit | fe32260decf2aed704969e283135182e0170a97c (patch) | |
tree | 287391ab811a182d95f46c6d0d1fc0365729e67b /target/riscv64/systems/sipeed-maix-bit | |
parent | ef120261910bfb46f25a168f26043ff380ab26b0 (diff) |
riscv64: add support for nommu target systems
Diffstat (limited to 'target/riscv64/systems/sipeed-maix-bit')
-rw-r--r-- | target/riscv64/systems/sipeed-maix-bit | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/riscv64/systems/sipeed-maix-bit b/target/riscv64/systems/sipeed-maix-bit new file mode 100644 index 000000000..8090c9c03 --- /dev/null +++ b/target/riscv64/systems/sipeed-maix-bit @@ -0,0 +1,6 @@ +config ADK_TARGET_SYSTEM_SIPEED_MAIX_BIT + bool "Sipeed MAiX Bit" + select ADK_TARGET_CPU_RISCV64 + select ADK_TARGET_KERNEL_IMAGE + help + Sipeed MAiX Bit support. |