u-boot/drivers/cache
Yu Chien Peter Lin da24626d14 driver: cache-v5l2: Fix type casting warning on RV32
This patch fixes following warning for the riscv32 toolchain.

drivers/cache/cache-v5l2.c:122:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  122 |         regs = (struct l2cache *)dev_read_addr(dev);
      |                ^

Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
2023-02-17 19:07:48 +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 drivers: cache: ncore: Disable snoop filter 2022-06-17 16:27:05 +08: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 driver: cache-v5l2: Fix type casting warning on RV32 2023-02-17 19:07:48 +08:00
Kconfig riscv: Remove redundant Kconfig "RISCV_NDS_CACHE" 2023-02-17 19:07:48 +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