]> git.ipfire.org Git - people/ms/u-boot.git/commit
lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type
authorYork Sun <yorksun@freescale.com>
Mon, 3 Aug 2015 19:02:05 +0000 (12:02 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 13:31:13 +0000 (07:31 -0600)
commitfdb9f349be255b9b69a5e1a300296779b48a36b0
treed23f5e9c6bd54398d2be645821e89c8a1f2cf99e
parentd1de41d7fa68b29510da1320d6646fcc19113af2
lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type

fdt_addr_t is changed to phys_addr_t. The format in debug should be updated
to %pa to match the type.

Signed-off-by: York Sun <yorksun@freescale.com>
CC: Simon Glass <sjg@chromium.org>
drivers/pci/pci_tegra.c
drivers/spi/fsl_dspi.c
drivers/video/tegra.c