mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
arm64: zynqmp: Print multiboot reg in decimal
It is better to print multiboot value in decimal because boot images are also composed in decimal not in hex. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -354,7 +354,7 @@ static int multi_boot(void)
|
||||
|
||||
multiboot = readl(&csu_base->multi_boot);
|
||||
|
||||
printf("Multiboot:\t%x\n", multiboot);
|
||||
printf("Multiboot:\t%d\n", multiboot);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user