Skip to content

Commit

Permalink
nyx: info: use the updated define for micron wtc
Browse files Browse the repository at this point in the history
  • Loading branch information
CTCaer committed Jan 6, 2024
1 parent 30c320d commit d1bae55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nyx/nyx_gui/frontend/gui_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ static lv_res_t _create_window_fuses_info_status(lv_obj_t *btn)
case LPDDR4_ICOSA_4GB_HYNIX_H9HCNNNBPUMLHR_NLE:
strcpy(dram_man, "Hynix H9HCNNNBPUMLHR-NLE 4GB");
break;
case LPDDR4_ICOSA_4GB_MICRON_MT53B512M32D2NP_062_WT:
case LPDDR4_ICOSA_4GB_MICRON_MT53B512M32D2NP_062_WTC:
strcpy(dram_man, "Micron MT53B512M32D2NP-062 WT:C");
break;
case LPDDR4_ICOSA_6GB_SAMSUNG_K4FHE3D4HM_MGCH:
Expand Down

0 comments on commit d1bae55

Please sign in to comment.