1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #include <baseboard/variants.h>
4 #include <amdblocks/cpu.h>
6 void variant_update_ddi_descriptors(fsp_ddi_descriptor
*ddi_descriptors
)
8 if ((get_cpu_count() == 4 && get_threads_per_core() == 2) || get_cpu_count() == 2)
9 ddi_descriptors
[1].connector_type
= DDI_UNUSED_TYPE
;