Skip to content
Commit cfcbb07f authored by Tom Rini's avatar Tom Rini
Browse files

cmd: cache: Remove weak functions



It should be up to an architecture to decide how to implement cache
functions, and if they need to use weak functions or not. Allowing the
cache command to be built without cache functionality implemented is
unhelpful. Further, guard the call to noncached_set_region with
CONFIG_SYS_NONCACHED_MEMORY as that's when it's implemented and again is
an architecture specific detail.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent cb91c80c
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment