summaryrefslogtreecommitdiff
path: root/core/minute-ia/mpu.c
blob: 4aa8ac0b146cf62deff2a20a8cb30451e21a3b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* MPU module for ISH */

#include "mpu.h"
#include "console.h"
#include "registers.h"
#include "task.h"
#include "util.h"

int mpu_pre_init(void)
{
	return EC_SUCCESS;
}