diff options
| author | Anup Patel <[email protected]> | 2026-04-09 10:23:10 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2026-05-09 13:05:51 +0530 |
| commit | f34cf05347325515527ea9fdb658cf8063354aea (patch) | |
| tree | 45160a20f4f4fc42904b84e99ce5ed3fa5b33614 /scripts/create-binary-archive.sh | |
| parent | 2d211fe6f9d511cdcce344f1c9c422fe33b5a957 (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-x | scripts/create-binary-archive.sh | 1 |
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") ;; *) |
