From f34cf05347325515527ea9fdb658cf8063354aea Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Thu, 9 Apr 2026 10:23:10 +0530 Subject: 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 Link: https://lore.kernel.org/r/20260409045310.2045739-1-anup.patel@oss.qualcomm.com Signed-off-by: Anup Patel --- scripts/create-binary-archive.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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") ;; *) -- cgit v1.3.1