commit | 511a0472056cc8e8ac0d3110e07a20fac6bf822b | [log] [tgz] |
---|---|---|
author | Johan Jonker <jbx6244@gmail.com> | Mon Mar 13 01:32:57 2023 +0100 |
committer | Kever Yang <kever.yang@rock-chips.com> | Sat May 06 17:28:18 2023 +0800 |
tree | 63dac85cf98884f66fca2780b6d2460df9fd9158 | |
parent | 2f9f7756ca414542833d62e883dbe5208879156e [diff] |
drivers: fix debug string with fdt_addr_t input 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@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>