summaryrefslogtreecommitdiff
path: root/include/configs/imx8mm_evk_android.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/imx8mm_evk_android.h')
-rw-r--r--include/configs/imx8mm_evk_android.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/imx8mm_evk_android.h b/include/configs/imx8mm_evk_android.h
index 1bb37cc3bb..a474ed7f99 100644
--- a/include/configs/imx8mm_evk_android.h
+++ b/include/configs/imx8mm_evk_android.h
@@ -74,4 +74,14 @@
#endif
+#ifdef CONFIG_IMX8M_4G_LPDDR4
+#undef PHYS_SDRAM_SIZE
+#define PHYS_SDRAM_SIZE 0xC0000000 /* 3GB */
+#define PHYS_SDRAM_2 0x100000000
+#define PHYS_SDRAM_2_SIZE 0x40000000 /* 1GB */
+#undef CONFIG_NR_DRAM_BANKS
+#define CONFIG_NR_DRAM_BANKS 2
+#endif
+
+
#endif /* IMX8MM_EVK_ANDROID_H */