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> | 2024-09-03 08:37:53 +0300 |
commit | a5fb0ad5354cf3179a0d63200161f0a9f7edbdda (patch) | |
tree | 3ad95e29193522994c1142f133c8e077b1853d90 | |
parent | ee19ada7057d792a15390bff5930e2c659b24b81 (diff) | |
download | opensbi-starfive-v1.5.1-dubhe.tar.xz |
platform: generic: starfive: dubhe: Remove Dubhe-80 compatibleREL_DUBHE_SEPT2024REL_DUBHE_DEC2024starfive-v1.5.1-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" }, { }, }; |