summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2015-09-15 00:27:29 +0800
committerAnson Huang <b20788@freescale.com>2015-09-15 18:54:55 +0800
commitdf4df39ba304f25e751f1452b807161ef0b00eb3 (patch)
treee53a242c0d34dbd9d0786dda4e39833283420047 /include
parentef4cb7c53418e4e1dd7cfcb7c6974cfea77ef3c0 (diff)
downloadu-boot-imx-df4df39ba304f25e751f1452b807161ef0b00eb3.zip
u-boot-imx-df4df39ba304f25e751f1452b807161ef0b00eb3.tar.gz
u-boot-imx-df4df39ba304f25e751f1452b807161ef0b00eb3.tar.bz2
MLK-11548 imx: imx6qp: add SabreSD board support
Add i.MX6QP SabreSD board support. Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6sabresd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h
index d9a699d..602262a 100644
--- a/include/configs/mx6sabresd.h
+++ b/include/configs/mx6sabresd.h
@@ -22,7 +22,10 @@
#define CONFIG_MXC_UART_BASE UART1_BASE
#define CONFIG_CONSOLE_DEV "ttymxc0"
#define CONFIG_MMCROOT "/dev/mmcblk2p2" /* SDHC3 */
-#if defined(CONFIG_MX6Q)
+#if defined(CONFIG_MX6QP)
+#define CONFIG_DEFAULT_FDT_FILE "imx6qp-sabresd.dtb"
+#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024)
+#elif defined(CONFIG_MX6Q)
#define CONFIG_DEFAULT_FDT_FILE "imx6q-sabresd.dtb"
#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024)
#elif defined(CONFIG_MX6DL)