summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/nyan/sdram_configs.h
blob: 2c1872c6280c987426e4efa7d9f3f1fed28ba286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __MAINBOARD_GOOGLE_NYAN_SDRAM_CONFIG_H__
#define __MAINBOARD_GOOGLE_NYAN_SDRAM_CONFIG_H__

#include <soc/sdram_param.h>

/* Loads SDRAM configurations for current system. */
const struct sdram_params *get_sdram_config(void);

#endif  /* __MAINBOARD_GOOGLE_NYAN_SDRAM_CONFIG_H__ */