more Radeon work.

Get PLL info from BIOS emulator
This commit is contained in:
Markus Fröschle
2016-11-13 20:23:06 +00:00
parent 0ed03ee328
commit a9eaad9242
13 changed files with 150 additions and 139 deletions

View File

@@ -649,11 +649,11 @@ void basflash(void)
/*
* load file
*/
if (srec_load(path) != OK)
{
xprintf("failed to load file %s\r\n", path);
srec_load(path);
// {
// xprintf("failed to load file %s\r\n", path);
// error handling
}
// }
}
}
else