forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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))