blob: 5be4ed35e9e7105c981cda71978aa7de211e573b [file] [log] [blame]
Tom Warren64982c502014-01-23 13:37:50 -07001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright 2014 Google Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Tom Warren64982c502014-01-23 13:37:50 -070014 */
15
16#ifndef __MAINBOARD_GOOGLE_NYAN_BIG_SDRAM_CONFIG_H__
17#define __MAINBOARD_GOOGLE_NYAN_BIG_SDRAM_CONFIG_H__
18
Julius Wernerf0d21ff32014-10-20 13:24:14 -070019#include <soc/sdram_param.h>
Tom Warren64982c502014-01-23 13:37:50 -070020
21/* Loads SDRAM configurations for current system. */
22const struct sdram_params *get_sdram_config(void);
23
24#endif /* __MAINBOARD_GOOGLE_NYAN_BIG_SDRAM_CONFIG_H__ */