Skip to content

Commit 8892230

Browse files
SamulKyullSamulKyull
SamulKyull
authored and
SamulKyull
committed
[driver] add clic using passing cause
1 parent 47fbead commit 8892230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/avaota-f1/board.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ void show_chip() {
278278
chip_sid[2] = read32(SUNXI_SID_SRAM_BASE + 0x8);
279279
chip_sid[3] = read32(SUNXI_SID_SRAM_BASE + 0xc);
280280

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

0 commit comments

Comments
 (0)