hc
2023-11-06 9df731a176aab8e03b984b681b1bea01ccff6644
u-boot/common/board_info.c
....@@ -26,6 +26,7 @@
2626 if (model)
2727 printf("Model: %s\n", model);
2828 #endif
29
+ printf("MPIDR: 0x%lx\n", (ulong)read_mpidr());
2930
3031 #ifdef CONFIG_ARM64_BOOT_AARCH32
3132 if (!(gd->flags & GD_FLG_RELOC))