]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/mpc83xx/cache.c
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc83xx / cache.c
CommitLineData
25315683
MV
1/*
2 * Copyright (C) 2012 Marek Vasut <marex@denx.de>
3 *
4 * This file contains stub implementation of
5 * invalidate_dcache_range()
6 * flush_dcache_range()
7 *
1a459660 8 * SPDX-License-Identifier: GPL-2.0+
25315683
MV
9 */
10
11void invalidate_dcache_range(unsigned long start, unsigned long stop)
12{
13}
14
15void flush_dcache_range(unsigned long start, unsigned long stop)
16{
17}