summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/nyan/sdram_configs.h
blob: 2b2ed15c1b3f0a6b452a5773d592c23ea5d9df97 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#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__ */