commit | 65f354cd8df614e1262fe05691543b1947e5091c | [log] [tgz] |
---|---|---|
author | Bin Meng <bin.meng@windriver.com> | Sun Jan 31 20:35:58 2021 +0800 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 03 03:38:41 2021 -0700 |
tree | b2521ba5b989be9aca11c3f0249af53571d7f43a | |
parent | 85c714d8dcd56f63c2c0ae1b0f6a7e4a96c918a4 [diff] |
arm: rockchip: Explicitly cast gd->ram_top in dram_init_banksize() The min() macro used in dram_init_banksize() requires two elements to compare have the same type. Let's explicitly cast gd->ram_top. Signed-off-by: Bin Meng <bin.meng@windriver.com>