blob: 822318ff439458959f8dc57071a7b2b11d50a5ee [file] [log] [blame]
Alexey Brodkin3fb80162015-02-24 19:40:36 +03001/*
2 * Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
Eugeniy Paltsev375945b2018-03-21 15:59:02 +03007#include <asm/cache.h>
Alexey Brodkin3fb80162015-02-24 19:40:36 +03008#include <common.h>
9
Alexey Brodkin3fb80162015-02-24 19:40:36 +030010int init_cache_f_r(void)
11{
Eugeniy Paltsev375945b2018-03-21 15:59:02 +030012 sync_n_cleanup_cache_all();
13
Alexey Brodkin3fb80162015-02-24 19:40:36 +030014 return 0;
15}