summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8196/emi.c
blob: 1129ce13bb5254ed13333fb01f9c49416e2cd287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

/*
 * This file is created based on MT8196 Functional Specification
 * Chapter number: 10.2
 */

#include <soc/emi.h>

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