sandbox: Add more dummy cache functions
authorTom Rini <trini@konsulko.com>
Thu, 25 Sep 2025 20:51:28 +0000 (14:51 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Oct 2025 22:12:46 +0000 (16:12 -0600)
commite5fea3f3b9f41c76287328223b934644fc50cbad
tree9b0b407640227b174c332bed17344a89006d9f1e
parent93dbdf389848310afd769a45f7a043e4a19c1b2d
sandbox: Add more dummy cache functions

In order for cmd/cache.c to link we need to add dummy icache functions
to mirror the dummy dcache functions as well as another dcache flush
function.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/sandbox/cpu/cpu.c