forked from M-Labs/artiq
bootloader: print gateware ident
This commit is contained in:
parent
2caeea6f25
commit
999ec40e79
|
@ -87,6 +87,8 @@ fn startup() -> bool {
|
|||
return false
|
||||
}
|
||||
|
||||
println!("Gateware ident {}", board::ident::read(&mut [0; 64]));
|
||||
|
||||
println!("Initializing SDRAM...");
|
||||
|
||||
if unsafe { board::sdram::init(Some(&mut Console)) } {
|
||||
|
|
Loading…
Reference in New Issue