summaryrefslogtreecommitdiff
path: root/scripts/create-binary-archive.sh
diff options
context:
space:
mode:
authorAnup Patel <[email protected]>2026-04-09 10:23:10 +0530
committerAnup Patel <[email protected]>2026-05-09 13:05:51 +0530
commitf34cf05347325515527ea9fdb658cf8063354aea (patch)
tree45160a20f4f4fc42904b84e99ce5ed3fa5b33614 /scripts/create-binary-archive.sh
parent2d211fe6f9d511cdcce344f1c9c422fe33b5a957 (diff)
platform: Remove kendryte/k210 platform
The kendryte/k210 platform does not have MMU support in S-mode hence only NOMMU kernel which runs in M-mode can be used on this platform. As of now, there is no clear use-case of supporting OpenSBI for kendryte/k210 platform. Signed-off-by: Anup Patel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'scripts/create-binary-archive.sh')
-rwxr-xr-xscripts/create-binary-archive.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh
index 6ea4c9c5..7f211788 100755
--- a/scripts/create-binary-archive.sh
+++ b/scripts/create-binary-archive.sh
@@ -100,7 +100,6 @@ build_opensbi() {
64)
# Setup 64-bit platform list
BUILD_PLATFORM_SUBDIR+=("nuclei/ux600")
- BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
BUILD_PLATFORM_SUBDIR+=("generic")
;;
*)