summaryrefslogtreecommitdiff
path: root/include/configs/mx6qsabreauto.h
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-04-28 11:08:05 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:17 +0100
commitce3580b0c1cd5a0ce65704085ed7ede4377e09da (patch)
tree38d8be736d20fb9d15fb687be5e4903b9d65cd18 /include/configs/mx6qsabreauto.h
parent90de4185669253f03b6e356548ea93f3337ff651 (diff)
MLK-10448-7 imx:mx6qpsabreauto add missed macro
Add CONFIG_DEFAULT_FDT_FILE macro and PHYS_SDRAM_SIZE. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/configs/mx6qsabreauto.h')
-rw-r--r--include/configs/mx6qsabreauto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h
index d0981f2ed2..b97882192d 100644
--- a/include/configs/mx6qsabreauto.h
+++ b/include/configs/mx6qsabreauto.h
@@ -13,7 +13,10 @@
#define CONFIG_MXC_UART_BASE UART4_BASE
#define CONFIG_CONSOLE_DEV "ttymxc3"
#define CONFIG_MMCROOT "/dev/mmcblk2p2" /* SDHC3 */
-#if defined CONFIG_MX6Q
+#if defined CONFIG_MX6QP
+#define CONFIG_DEFAULT_FDT_FILE "imx6qp-sabreauto.dtb"
+#define PHYS_SDRAM_SIZE (2u * 1024 * 1024 * 1024)
+#elif defined CONFIG_MX6Q
#define CONFIG_DEFAULT_FDT_FILE "imx6q-sabreauto.dtb"
#define PHYS_SDRAM_SIZE (2u * 1024 * 1024 * 1024)
#elif defined(CONFIG_MX6DL)