[U-Boot] [PATCH] board: ax25-ae350: Print board information.

Andes uboot at andestech.com
Mon Oct 8 05:41:33 UTC 2018


From: Rick Chen <rick at andestech.com>

Add to print board and bit information message.

Signed-off-by: Rick Chen <rick at andestech.com>
Cc: Greentime Hu <greentime at andestech.com>
---
 board/AndesTech/ax25-ae350/ax25-ae350.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/AndesTech/ax25-ae350/ax25-ae350.c b/board/AndesTech/ax25-ae350/ax25-ae350.c
index 5f4ca0f..61ca10b 100644
--- a/board/AndesTech/ax25-ae350/ax25-ae350.c
+++ b/board/AndesTech/ax25-ae350/ax25-ae350.c
@@ -20,6 +20,7 @@ DECLARE_GLOBAL_DATA_PTR;
 
 int board_init(void)
 {
+	printf("Board: %s (%d)\n" , CONFIG_SYS_BOARD, __riscv_xlen);
 	gd->bd->bi_boot_params = PHYS_SDRAM_0 + 0x400;
 
 	return 0;
-- 
2.7.4



More information about the U-Boot mailing list