~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 9f186f5a6c293ad36267c810d8471737cdbccbcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2015 Amlogic, Inc. All rights reserved.
 *
 * This source code is subject to the terms and conditions defined in the
 * file 'LICENSE' which is part of this source code package.
 *
 */

#ifndef __BL2_CACHE_H_
#define __BL2_CACHE_H_

void disable_mmu_el1(void); /*disable mmu dcache*/
void disable_mmu_icache_el1(void); /*disable mmu dcache icache*/

#endif /*__BL2_CACHE_H_*/