diff options
| author | Ji Sheng Teoh <jisheng.teoh@starfivetech.com> | 2024-04-25 17:23:07 +0300 |
|---|---|---|
| committer | Ley Foon Tan <leyfoon.tan@starfivetech.com> | 2025-02-19 10:44:12 +0300 |
| commit | a806513013012ef2eb8a2cab9ce57a728fde21d8 (patch) | |
| tree | b93b62c7fe4c51ad7d91c1c0a978fd77ab5352b5 | |
| parent | 6a09551b3a0e7ca6bc0b812a0b08d9197811bc18 (diff) | |
| download | opensbi-starfive-v1.6-dubhe.tar.xz | |
platform: generic: starfive: dubhe: Remove Dubhe-80 compatiblestarfive-v1.6-dubhe
Dubhe-80 no longer need to use vendor specific extension for
cache management and pause hint instruction.
Signed-off-by: Ji Sheng Teoh <jisheng.teoh@starfivetech.com>
| -rw-r--r-- | platform/generic/starfive/dubhe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/generic/starfive/dubhe.c b/platform/generic/starfive/dubhe.c index 4eb8515..8a5bb9f 100644 --- a/platform/generic/starfive/dubhe.c +++ b/platform/generic/starfive/dubhe.c @@ -51,7 +51,6 @@ static int starfive_vendor_ext_provider(long funcid, static const struct fdt_match starfive_dubhe_match[] = { { .compatible = "starfive,dubhe-90" }, - { .compatible = "starfive,dubhe-80" }, { }, }; |
