summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorBin Meng <bin.meng@windriver.com>2021-01-31 15:36:03 +0300
committerSimon Glass <sjg@chromium.org>2021-02-03 13:38:41 +0300
commitd17e9d2558ecbc2d6486555e6717396356b1f4e1 (patch)
tree97a07b537783110b9384aac7571ff0af7cf7e854 /MAINTAINERS
parent673625c45938dc9616e5cdb64bbd6459fd74fb00 (diff)
downloadu-boot-d17e9d2558ecbc2d6486555e6717396356b1f4e1.tar.xz
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 <bin.meng@windriver.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions