forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
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))