kasli_soc: ident = variant name #203

Merged
sb10q merged 2 commits from mwojcik/artiq-zynq:ident_variant into master 2022-10-21 12:28:21 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit dc862a9051 - Show all commits

View File

@ -109,7 +109,7 @@ pub fn main_core0() {
gic::InterruptController::gic(mpcore::RegisterBlock::mpcore()).enable_interrupts();
init_gateware();
info!("detected gateware: {}", identifier_read(&mut [0; 64]));
info!("gateware ident: {}", identifier_read(&mut [0; 64]));
i2c::init();