board/ls2081ardb: Update board related prints
Remove Board Arch print as its value is always constant '1' and does not contain any important information to display during boot. Add print to display Board FPGA version. Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
parent
86c773fe83
commit
f436fbfeb1
@ -71,7 +71,6 @@ int checkboard(void)
|
||||
#ifdef CONFIG_TARGET_LS2081ARDB
|
||||
#ifdef CONFIG_FSL_QIXIS
|
||||
sw = QIXIS_READ(arch);
|
||||
printf("Board Arch: V%d, ", sw >> 4);
|
||||
printf("Board version: %c, ", (sw & 0xf) + 'A');
|
||||
|
||||
sw = QIXIS_READ(brdcfg[0]);
|
||||
@ -101,6 +100,7 @@ int checkboard(void)
|
||||
printf("invalid setting of SW%u\n", sw);
|
||||
break;
|
||||
}
|
||||
printf("FPGA: v%d.%d\n", QIXIS_READ(scver), QIXIS_READ(tagdata));
|
||||
#endif
|
||||
puts("SERDES1 Reference : ");
|
||||
printf("Clock1 = 100MHz ");
|
||||
|
Loading…
Reference in New Issue
Block a user