moved FPGA config GPIO initialization into init_fpga.c to enable external JTAG FPGA configuration

This commit is contained in:
Markus Fröschle
2014-06-20 12:02:11 +00:00
parent dd3a3e9da4
commit 453c974c4f
5 changed files with 61 additions and 102 deletions

View File

@@ -1,3 +1,4 @@
/*
* This object file must be the first to be linked,
* so it will be placed at the very beginning of the ROM.
@@ -64,6 +65,3 @@ _rom_entry:
/* initialize any hardware specific issues */
bra _initialize_hardware
// vim: set syntax=asm68k :