summaryrefslogtreecommitdiff
path: root/plat/imx/common/imx8m/dram.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/imx/common/imx8m/dram.c')
-rw-r--r--plat/imx/common/imx8m/dram.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/imx/common/imx8m/dram.c b/plat/imx/common/imx8m/dram.c
index e5a40c88..cb987c48 100644
--- a/plat/imx/common/imx8m/dram.c
+++ b/plat/imx/common/imx8m/dram.c
@@ -64,6 +64,9 @@ void dram_info_init(void)
if (ddr_type == DDRC_LPDDR4) {
dram_info = &imx8m_lpddr4_dram_info;
dram_info->dram_type = ddr_type;
+ } else {
+ /* TODO DDR4 support will be added later */
+ return;
}
/* init the boot_fsp & current_fsp */