Re: [U-Boot] [Patch v3 2/2] lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type

2015-08-09 Thread Simon Glass
On 3 August 2015 at 13:02, York Sun wrote: > 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 > CC: Simon Glass > --- > Change log: > v3: split into a separated patch > > drivers/pci/pci_tegra.c | 10 +

[U-Boot] [Patch v3 2/2] lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type

2015-08-03 Thread York Sun
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 CC: Simon Glass --- Change log: v3: split into a separated patch drivers/pci/pci_tegra.c | 10 +- drivers/spi/fsl_dspi.c |4 ++-- drivers/video/tegra.c