diff options
author | Fabio Estevam | 2014-05-08 14:25:23 -0300 |
---|---|---|
committer | Stefano Babic | 2014-05-28 17:23:24 +0200 |
commit | 186feb0b4d92b1201694f43fe605fdb305523893 (patch) | |
tree | 7bc063678176ef96ae4950a9e104d8bc428fcda8 /include | |
parent | 49692c5f517d8e44ed9db0de778728fe7d2a300c (diff) |
mx6sabreauto: Add the mx6dual-lite variant
Tested by booting a mainline kernel via TFTP.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6qsabreauto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h index bd0144f5cb4..d1639c4c761 100644 --- a/include/configs/mx6qsabreauto.h +++ b/include/configs/mx6qsabreauto.h @@ -12,7 +12,11 @@ #define CONFIG_MACH_TYPE 3529 #define CONFIG_MXC_UART_BASE UART4_BASE #define CONFIG_CONSOLE_DEV "ttymxc3" +#if defined CONFIG_MX6Q #define CONFIG_DEFAULT_FDT_FILE "imx6q-sabreauto.dtb" +#elif defined CONFIG_MX6DL +#define CONFIG_DEFAULT_FDT_FILE "imx6dl-sabreauto.dtb" +#endif #define CONFIG_MMCROOT "/dev/mmcblk0p2" #define PHYS_SDRAM_SIZE (2u * 1024 * 1024 * 1024) |