Skip to content

Commit

Permalink
[driver] add clic using passing cause
Browse files Browse the repository at this point in the history
  • Loading branch information
SamulKyull authored and SamulKyull committed Jan 10, 2025
1 parent 47fbead commit 8892230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/avaota-f1/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ void show_chip() {
chip_sid[2] = read32(SUNXI_SID_SRAM_BASE + 0x8);
chip_sid[3] = read32(SUNXI_SID_SRAM_BASE + 0xc);

printk_info("Model: AvaotaSBC Avaota CAM board.\n");
printk_info("Model: AvaotaSBC Avaota F1 board.\n");
printk_info("Core: XuanTie E907 RISC-V Core.\n");
printk_info("Chip SID = %08x%08x%08x%08x\n", chip_sid[0], chip_sid[1], chip_sid[2], chip_sid[3]);
}

0 comments on commit 8892230

Please sign in to comment.