]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:17 +0000 (08:17 +0200)
commit057b45bb8868f8457550c59f1f984b2f4f7e90fb
treeaee218404ea2cc5b4798d2535d9d50796e09d839
parentaa775a0e27f00e1a9045192994248e71c5d9259e
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