commit | b18c4ae82f266d81281d63ac58945d92ed67afde | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Sep 12 11:15:16 2021 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Oct 20 10:59:09 2021 +0800 |
tree | 2736074739abe5029423d5a328c86c2cd2f8f49d | |
parent | d36c94279dd4fceab928cf60947ad876284de86a [diff] |
board: sifive: Fix -Wint-to-pointer-cast warning The following warning is seen in unleashed.c in a 32-bit build: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Cast with uintptr_t. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>