]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix 64-bit build of libofw.
authorbdragon <bdragon@FreeBSD.org>
Tue, 8 Sep 2020 23:22:11 +0000 (23:22 +0000)
committerbdragon <bdragon@FreeBSD.org>
Tue, 8 Sep 2020 23:22:11 +0000 (23:22 +0000)
commitd2e280618d595a66dce6ce50a1859176b4ffeb28
tree6de01da1efba8f646a6a50de64148c448147581e
parent9795f5f86866183e5feb2ead2ec8550b59213a1b
Fix 64-bit build of libofw.

Adjust a couple of printf() lines that deal with dumping out addresses
to cast to uintmax_t.

This allows building a 64-bit libofw for use in things like a future
Petitboot loader for PowerPC64, and other FDT platforms that require
a 64-bit loader binary and want to use forth.

Sponsored by: Tag1 Consulting, Inc.
stand/libofw/ofw_memory.c