From bf0c2245a2d8bbf437f6182f7d50b896461a931d Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 10 Jan 2013 09:45:09 +0000 Subject: mx6qsabre{auto, sd}: Add support to dynamically choose between fdt use or not Signed-off-by: Otavio Salvador Tested-by: Fabio Estevam --- include/configs/mx6qsabresd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/mx6qsabresd.h') diff --git a/include/configs/mx6qsabresd.h b/include/configs/mx6qsabresd.h index a1d92850c8..b64e9254f8 100644 --- a/include/configs/mx6qsabresd.h +++ b/include/configs/mx6qsabresd.h @@ -21,6 +21,7 @@ #define CONFIG_MXC_UART_BASE UART1_BASE #define CONFIG_CONSOLE_DEV "ttymxc0" #define CONFIG_MMCROOT "/dev/mmcblk1p2" +#define CONFIG_DEFAULT_FDT_FILE "imx6q-sabresd.dtb" #define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024) #include "mx6qsabre_common.h" -- cgit