blob: 754e77b5a26e91f41939eaf840186810b0c518ee [file] [log] [blame]
Angel Pons57566302020-04-05 13:22:10 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Tom Warren64982c502014-01-23 13:37:50 -07002
3#ifndef __MAINBOARD_GOOGLE_NYAN_BIG_SDRAM_CONFIG_H__
4#define __MAINBOARD_GOOGLE_NYAN_BIG_SDRAM_CONFIG_H__
5
Julius Wernerf0d21ff32014-10-20 13:24:14 -07006#include <soc/sdram_param.h>
Tom Warren64982c502014-01-23 13:37:50 -07007
8/* Loads SDRAM configurations for current system. */
9const struct sdram_params *get_sdram_config(void);
10
11#endif /* __MAINBOARD_GOOGLE_NYAN_BIG_SDRAM_CONFIG_H__ */