commit | 51a9aac34bfafcd50423180d96243d489162abc4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Aug 12 20:16:58 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Aug 15 18:21:17 2023 +0200 |
tree | e14fc2d32dde3e84146d80cd82751cf522b47f3e | |
parent | 0f0a1b329f96dda7d7fddb86e78f851a6df481c7 [diff] |
common: return type board_get_usable_ram_top board_get_usable_ram_top() returns a physical address that is stored in gd->ram_top. The return type of the function should be phys_addr_t like the current type of gd->ram_top. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>