[PATCH v5 19/21] drivers: fix debug string with fdt_addr_t input
Simon Glass
sjg at chromium.org
Wed Mar 1 16:01:55 CET 2023
On Tue, 28 Feb 2023 at 14:22, Johan Jonker <jbx6244 at gmail.com> wrote:
>
> The fdt_addr_t and phys_addr_t size have been decoupled. A 32bit CPU
> can expect 64-bit data from the device tree parser, so fix some
> debug strings with fdt_addr_t to be able to handle both sizes.
>
> Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
> ---
>
> Changed V5:
> new patch
> ---
> arch/arm/mach-mvebu/cpu.c | 2 +-
> drivers/clk/ti/clk-ctrl.c | 9 +++++----
> drivers/phy/phy-stm32-usbphyc.c | 4 ++--
> 3 files changed, 8 insertions(+), 7 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list