Skip to content
Commit b158c52e authored by Alexander Razinkov's avatar Alexander Razinkov Committed by Kumar Gala
Browse files

devicetree: support of 64-bit addresses from devicetree



Usage of 64-bit address constants from devicetree without a
UINT64_C wrapping macro results in the following warning and the
cut-off of the address value:

"warning: integer constant is so large that it is unsigned"

This change extends devicetree API adding few wrappers over the
address constant getters which add ULL size suffix to an
address integer literal when the appearance of 64-bit address
values is possible

Signed-off-by: default avatarAlexander Razinkov <alexander.razinkov@syntacore.com>
parent b416a906
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment