Added ASUS P/I-P55TVP4 and Epox P55-VA. Patch from Martin_Riarte.

This commit is contained in:
SarahW 2019-01-12 17:24:33 +00:00
commit 9efd6705ae
5 changed files with 60 additions and 0 deletions

View file

@ -176,6 +176,12 @@ void *intel_flash_init(uint8_t type)
case ROM_ZAPPA:
strcpy(flash_path, "zappa/");
break;
case ROM_P55VA:
strcpy(flash_path, "p55va/");
break;
case ROM_P55TVP4:
strcpy(flash_path, "p55tvp4/");
break;
case ROM_430VX:
strcpy(flash_path, "430vx/");
break;