From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 08 Dec 2023 10:40:48 +0000 Subject: [PATCH] 移去rt --- u-boot/common/board_info.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/u-boot/common/board_info.c b/u-boot/common/board_info.c index b48fd1e..1d0155e 100644 --- a/u-boot/common/board_info.c +++ b/u-boot/common/board_info.c @@ -26,6 +26,7 @@ if (model) printf("Model: %s\n", model); #endif + printf("MPIDR: 0x%lx\n", (ulong)read_mpidr()); #ifdef CONFIG_ARM64_BOOT_AARCH32 if (!(gd->flags & GD_FLG_RELOC)) -- Gitblit v1.6.2