aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso/include')
-rw-r--r--src/soc/amd/picasso/include/soc/soc_util.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/amd/picasso/include/soc/soc_util.h b/src/soc/amd/picasso/include/soc/soc_util.h
index 6399e42bb9..2459207f08 100644
--- a/src/soc/amd/picasso/include/soc/soc_util.h
+++ b/src/soc/amd/picasso/include/soc/soc_util.h
@@ -33,10 +33,8 @@ void print_socket_type(void);
void print_silicon_type(void);
void print_soc_type(void);
-/* functions to determine the connectivity feature set */
-bool soc_is_pollock(void);
+/* function to determine the connectivity feature set */
bool soc_is_dali(void);
-bool soc_is_picasso(void);
/* function to determine the iGPU type */
bool soc_is_raven2(void);