summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorBin Meng <[email protected]>2021-01-31 20:36:03 +0800
committerSimon Glass <[email protected]>2021-02-03 03:38:41 -0700
commitd17e9d2558ecbc2d6486555e6717396356b1f4e1 (patch)
tree97a07b537783110b9384aac7571ff0af7cf7e854 /include/linux
parent673625c45938dc9616e5cdb64bbd6459fd74fb00 (diff)
fdtdec: Cast prior_stage_fdt_address with uintptr_t
At present prior_stage_fdt_address is declared as phys_addr_t. On a 32-bit platform where phys_addr_t can be 64-bit, assigning its value to gd->fdt_blob which is a pointer, can cause warnings. Cast it to uintptr_t before the assignment. Signed-off-by: Bin Meng <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions