lattice: UFM printf -> printInfo
This commit is contained in:
parent
caafc8edc3
commit
d8bc361e7f
|
|
@ -429,7 +429,7 @@ bool Lattice::program_intFlash(ConfigBitstreamParser *_cbp)
|
||||||
ufm_start = getUFMStartPageFromJEDEC(_jed, i);
|
ufm_start = getUFMStartPageFromJEDEC(_jed, i);
|
||||||
|
|
||||||
if (_verbose)
|
if (_verbose)
|
||||||
printf("UFM init detected in JEDEC file");
|
printInfo("UFM init detected in JEDEC file");
|
||||||
|
|
||||||
if(ufm_start > 2045) {
|
if(ufm_start > 2045) {
|
||||||
printError("UFM section detected in JEDEC file, but "
|
printError("UFM section detected in JEDEC file, but "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue