diff options
author | cheehong.ang <cheehong.ang@starfivetech.com> | 2024-04-26 20:12:43 +0300 |
---|---|---|
committer | cheehong.ang <cheehong.ang@starfivetech.com> | 2024-04-26 20:12:43 +0300 |
commit | 6e71d90592d81a41335c480f7704250ba9592fee (patch) | |
tree | cef207e2e453774705ad32c4772b8e1469292d58 | |
parent | ab48f514a94efd81a70118d422220d030e536f68 (diff) | |
parent | c359c79eac8abe2836ba5565ef6ba8f4d62887fd (diff) | |
download | opensbi-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.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" }, { }, }; |