skip FPGA config load at reset ("warm start")

This commit is contained in:
Markus Fröschle
2016-04-02 08:04:26 +00:00
parent 05c9e4d1bb
commit a4581785d3
4 changed files with 17 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#if defined(MACHINE_FIREBEE)
#include "firebee.h"
#elif defined(MACHINE_M5484LITE)
#include "m5484l.h"
# include "m5484l.h"
#elif defined(MACHINE_M54455)
#include "m54455.h"
#else