]> git.dujemihanovic.xyz Git - u-boot.git/commit
CONFIG_SYS_NONCACHED_MEMORY: Move prototypes to include/cpu_func.h for consistency
authorTom Rini <trini@konsulko.com>
Tue, 22 Oct 2024 16:31:17 +0000 (10:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 29 Oct 2024 22:17:18 +0000 (16:17 -0600)
commit17e476aa0525905c52e48c19adcb54fdca60d48b
tree7da794f17cd5af5ab3c47826667b68cd466b7e65
parent827dee587b75f5dfe109672f2de91bc7ac8bdc0d
CONFIG_SYS_NONCACHED_MEMORY: Move prototypes to include/cpu_func.h for consistency

Currently, a number of generic cache related functions have their common
prototype declared in include/cpu_func.h. Move the current set of
noncached functions there as well to match.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/include/asm/system.h
arch/mips/include/asm/system.h
include/cpu_func.h