lib: sbi: Fix printi
Fix two bug:
> printf("%#08x", 0x123); /* print 0000x123 */
> printf("%#x", 0); /* print 0x0 */
Signed-off-by:
Xiang W <wxjstz@126.com>
Reviewed-by:
Anup Patel <anup@brainfault.org>
parent
fe082814
Please register or sign in to comment