This is an automated email from Gerrit. "Mikhail Iakhiaev <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9420
-- gerrit commit beef83489a855e84c3deef091095094d89a0640d Author: Mikhail Iakhiaev <[email protected]> Date: Fri Jan 30 10:38:16 2026 -0800 flash/nor/mspm0.c: remove MSPM0G3505TDGS28R Neither "MSPM0G3505TDGS28R" nor its variant number 0xdf is listed in the MSPM0G3505 datasheet (likely removed): Link: https://www.ti.com/lit/ds/symlink/mspm0g3505.pdf#page=75 Change-Id: I3828744a91477b3e3fd164055aa0fe068483f87d Signed-off-by: Mikhail Iakhiaev <[email protected]> diff --git a/src/flash/nor/mspm0.c b/src/flash/nor/mspm0.c index 55ce4f9945..24e082f6bc 100644 --- a/src/flash/nor/mspm0.c +++ b/src/flash/nor/mspm0.c @@ -238,7 +238,6 @@ static const struct mspm0_part_info mspm0g_parts[] = { { "MSPM0G3505SPTR", 0xc504, 0x93 }, { "MSPM0G3505SRGZR", 0xc504, 0xc7 }, { "MSPM0G3505SRHBR", 0xc504, 0xe7 }, - { "MSPM0G3505TDGS28R", 0xc504, 0xdf }, { "MSPM0G3506SDGS28R", 0x151f, 0x8 }, { "MSPM0G3506SPMR", 0x151f, 0xd4 }, { "MSPM0G3506SPTR", 0x151f, 0x39 }, --
