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 a97cebe140
commit 11628b7167
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