commit | 37dc958947ed305fcbd732172e22ff758f43208a | [log] [tgz] |
---|---|---|
author | Bin Meng <bin.meng@windriver.com> | Sun Jan 31 20:35:59 2021 +0800 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 03 03:38:41 2021 -0700 |
tree | 75125135cb51a7872b7e739b9db94feadb182e40 | |
parent | 65f354cd8df614e1262fe05691543b1947e5091c [diff] |
global_data.h: Change ram_top type to phys_addr_t It's possible to have ram_top above 4 GiB in a 32-bit system, hence we need to declare ram_top as `phys_addr_t`. Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Simon Glass <sjg@chromium.org>