aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8188/emi.c
blob: eebc0d4bf239eb7cd27fecf13f13de31dda92442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-only OR MIT */

/*
 * This file is created based on MT8188 Functional Specification
 * Chapter number: 3.7
 */

#include <soc/emi.h>

size_t sdram_size(void)
{
	return (size_t)4 * GiB;
}

void mt_set_emi(struct dramc_param *dparam)
{
	/* Do nothing */
}