sandbox: Add a dummy dcache_status() function
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>
Tue, 30 May 2023 13:33:26 +0000 (15:33 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 21 Jun 2023 20:54:25 +0000 (16:54 -0400)
commita1e225b814d969aac313d3543be75ae3e7275e1d
tree0ad20af8284f608cebbc090e967b0b634c0ab4bf
parent43dc016497ff9fd39139833852b0214f625fa4ca
sandbox: Add a dummy dcache_status() function

This adds dcache_status() so that code using it can build
without error on sandbox. This is required in preparation
of adding cache handling into get_ram_size function.

Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/cpu.c