Marek Vasut | 2531568 | 2012-05-25 16:14:46 +0200 | [diff] [blame] | 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 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 8 | * SPDX-License-Identifier: GPL-2.0+ |
Marek Vasut | 2531568 | 2012-05-25 16:14:46 +0200 | [diff] [blame] | 9 | */ |
| 10 | |
| 11 | void invalidate_dcache_range(unsigned long start, unsigned long stop) |
| 12 | { |
| 13 | } |
| 14 | |
| 15 | void flush_dcache_range(unsigned long start, unsigned long stop) |
| 16 | { |
| 17 | } |