commit | 98756b5ba05ed36085a5db1227d56ff3f9974636 | [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 | 489b25ac8771353bb52c8fdd41e89e035aed2a21 [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>