summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheehong.ang <cheehong.ang@starfivetech.com>2024-04-26 20:12:43 +0300
committercheehong.ang <cheehong.ang@starfivetech.com>2024-04-26 20:12:43 +0300
commit6e71d90592d81a41335c480f7704250ba9592fee (patch)
treecef207e2e453774705ad32c4772b8e1469292d58
parentab48f514a94efd81a70118d422220d030e536f68 (diff)
parentc359c79eac8abe2836ba5565ef6ba8f4d62887fd (diff)
downloadopensbi-starfive-v1.4-dubhe.tar.xz
Merge branch 'starfive-v1.4-dubhe-remove-dubhe80-compatible' into 'starfive-v1.4-dubhe'REL_DUBHE_JUN2024starfive-v1.4-dubhe
platform: generic: starfive: dubhe: Remove Dubhe-80 compatible See merge request starfive-tech/opensbi!17
-rw-r--r--platform/generic/starfive/dubhe.c1
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" },
{ },
};