diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-04-28 11:08:05 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 15:03:07 +0800 |
commit | 3e8e8e8ef19c08cc16008f5732ce656b7ec658ad (patch) | |
tree | 09eaa0f0ce47e8cf502e87ecaa1cf32c479c5f0e /include/configs/mx6qsabreauto.h | |
parent | 76885e14fa8aa562fd2f02c53f1b5a5784678e51 (diff) | |
download | u-boot-imx-3e8e8e8ef19c08cc16008f5732ce656b7ec658ad.zip u-boot-imx-3e8e8e8ef19c08cc16008f5732ce656b7ec658ad.tar.gz u-boot-imx-3e8e8e8ef19c08cc16008f5732ce656b7ec658ad.tar.bz2 |
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.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h index d0981f2..b978821 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) |