u-boot/drivers/cache
Bin Meng 2fb91a2ea7 cache: sifive: Fix -Wint-to-pointer-cast warning
The following warning is seen in cache-sifive-ccache.c in a 32-bit build:

  warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Fix by casting it with uintptr_t.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
2021-10-20 10:59:09 +08:00
..
cache-l2x0.c cache: l2x0: Fix missing write to Auxiliary Control Register 2020-05-06 15:12:48 -04:00
cache-ncore.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
cache-sifive-ccache.c cache: sifive: Fix -Wint-to-pointer-cast warning 2021-10-20 10:59:09 +08:00
cache-uclass.c dm: define LOG_CATEGORY for all uclass 2021-07-06 10:38:03 -06:00
cache-v5l2.c WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
Kconfig cache: add sifive composable cache driver 2021-09-07 10:34:29 +08:00
Makefile cache: add sifive composable cache driver 2021-09-07 10:34:29 +08:00
sandbox_cache.c WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00