hc
2023-11-20 3c9370f7b6bffd697c9907a7139e9df5b0d4b9df
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))