Remove the 'External Test' and 'DRAM Loopback Test' mode

This commit is contained in:
dreamsourcelabTAI 2023-03-22 11:44:32 +08:00
parent c9095dfe70
commit 6cbd47cbba

View File

@ -65,8 +65,8 @@ static const struct sr_list_item opmode_list[] = {
{OP_BUFFER,"Buffer Mode"},
{OP_STREAM,"Stream Mode"},
{OP_INTEST,"Internal Test"},
{OP_EXTEST,"External Test"},
{OP_LPTEST,"DRAM Loopback Test"},
//{OP_EXTEST,"External Test"}, // Removed
//{OP_LPTEST,"DRAM Loopback Test"},
{-1, NULL},
};