chipset_enable: Mark C236 as DEP
As reported working by Tomas on the ML:
https://mail.coreboot.org/hyperkitty/list/flashrom@flashrom.org/thread/2YSYIYKBUL5K26ZR5XIBV2YCXSNRWTNT/
Change-Id: I575956d7e121350530e5b3e4e21384c0ea338d8f
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/74857
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/chipset_enable.c b/chipset_enable.c
index 8385a44..80259b5 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -2130,7 +2130,7 @@
{0x8086, 0xa146, ANY_REV, B_S, NT, "Intel", "Q170", enable_flash_pch100},
{0x8086, 0xa147, ANY_REV, B_S, NT, "Intel", "Q150", enable_flash_pch100},
{0x8086, 0xa148, ANY_REV, B_S, NT, "Intel", "B150", enable_flash_pch100},
- {0x8086, 0xa149, ANY_REV, B_S, NT, "Intel", "C236", enable_flash_pch100},
+ {0x8086, 0xa149, ANY_REV, B_S, DEP, "Intel", "C236", enable_flash_pch100},
{0x8086, 0xa14a, ANY_REV, B_S, NT, "Intel", "C232", enable_flash_pch100},
{0x8086, 0xa14b, ANY_REV, B_S, NT, "Intel", "Sunrise Point Server Sample",enable_flash_pch100},
{0x8086, 0xa14d, ANY_REV, B_S, NT, "Intel", "QM170", enable_flash_pch100},