s390/boot: Add decimal conversion specifiers to boot_printk()
authorVasily Gorbik <gor@linux.ibm.com>
Thu, 28 Nov 2024 01:35:17 +0000 (02:35 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Sun, 26 Jan 2025 16:23:59 +0000 (17:23 +0100)
commit92b712fa7d5b67ffa3d1ee6147643e9f60154c10
treeecf01534ff226d7ab77a9dd3f887648962bab10b
parent3d846daafb2fe89e9f1ecf48d2a5d8fec52189f9
s390/boot: Add decimal conversion specifiers to boot_printk()

Enable the boot_printk() function to print decimal values. Add the 'd',
'i', and 'u' conversion specifiers support.

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/boot/printk.c