aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/elkhartlake_crb/variants/ehlcrb/memory.c
blob: 8446e6cb0fcb923c49616a6bd06ca3aee2d34abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-only */

#include <baseboard/variants.h>
#include <console/console.h>
#include <gpio.h>
#include <soc/meminit.h>
#include <soc/romstage.h>

/* ToDo : Fill EHL related memory configs */

const struct mb_cfg *variant_memcfg_config(uint8_t board_id)
{
	/* ToDo : Fill EHL related memory configs */

	die("unsupported board id : 0x%x\n", board_id);
}