fix bootcore

This commit is contained in:
Aitor Gómez
2019-03-20 20:01:53 +01:00
committed by GitHub
parent 556765fb10
commit 674c9d49b0
3 changed files with 7 additions and 10 deletions

View File

@@ -31,7 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "input.h"
#include "fpga_io.h"
#include "scheduler.h"
#include "bootcore.h"
const char *version = "$VER:HPS" VDATE;
@@ -65,8 +64,7 @@ int main(int argc, char *argv[])
exit(0);
}
FindStorage();
bootcore_init(argc > 1 ? argv[1] : "");
FindStorage();
user_io_init((argc > 1) ? argv[1] : "");
scheduler_init();