software/bios: move romboot after serialboot and netboot
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 13 Oct 2015 15:49:29 +0000 (17:49 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 13 Oct 2015 15:49:29 +0000 (17:49 +0200)
commit9041868291be0d55e4cf2295999f3b09f6ea8778
tree7c79f530ea2424d7096813f1ad8fcbf334d1aade
parent8e860e3aba736619e5c073196372837f3bc597c4
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.
software/bios/main.c