
2 Aug
2023
2 Aug
'23
8:07 p.m.
device_probe() called by the 'bootdev info' command returns 0 or a negative error code.
itoa() cannot print negative numbers.
Convert the error code to a positive number.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- cmd/bootdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-dm, thanks!