software/bios: move romboot after serialboot and netboot
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 13 Oct 2015 16:13:00 +0000 (18:13 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 13 Oct 2015 16:13:00 +0000 (18:13 +0200)
commitf7787c3c1332f946969d6c5eb1f461c47e599186
tree88048184194788dd4a946352216613c55e366a39
parente96eba44935c4208ff06637a06a5f0f7d4f4d2fc
software/bios: move romboot after serialboot and netboot

On designs using romboot (firmware embedded in ram blocks), we generally upload new firmwares with serialboot and netboot for prototyping.
Moving romboot after serialboot and netboot avoid manual interrupts of the boot sequence.
misoc/software/bios/main.c