1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <soc/dramc_param.h>
5 const struct sdram_info
*get_sdram_config(void)
8 * The MT8188 platform supports "dram adaptive" feature to automatically
9 * detect dram information, including channel, rank, die size..., and
10 * can automatically configure EMI settings. Therefore, we will be
11 * passing a placeholder param blob.
13 static struct sdram_info params
;