diff options
author | Pali Rohár <pali@kernel.org> | 2022-09-09 17:32:41 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-09-23 15:13:18 -0400 |
commit | d92aee57eca089e6732a5c3c79c3a319819e1bfd (patch) | |
tree | fde5cada87687153da8e9a6411795307b420d12f /drivers/ddr | |
parent | 049704f808d5e643668a33a76e55f925d4c1b36a (diff) |
board_f: Fix printing gd->ram_size and gd->ram_top
Members gd->ram_size and gd->ram_top are of type phys_addr_t which does not
have to fit into ulong type. So cast them into unsigned long long.
Fixes: 37dc958947ed ("global_data.h: Change ram_top type to phys_addr_t")
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/ddr')
0 files changed, 0 insertions, 0 deletions