From: Otavio Salvador Date: Tue, 4 Mar 2014 02:21:15 +0000 (-0300) Subject: mx6sabresd: Use LDO dtb file until LDO bypass support is added X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bebd6c73522c2c7a42decc55c05937b611e2ee37;p=bsp%2Fu-boot.git mx6sabresd: Use LDO dtb file until LDO bypass support is added Signed-off-by: Otavio Salvador --- diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h index 41162ca202..8603e613c4 100644 --- a/include/configs/mx6sabresd.h +++ b/include/configs/mx6sabresd.h @@ -20,9 +20,9 @@ #define CONFIG_CONSOLE_DEV "ttymxc0" #define CONFIG_MMCROOT "/dev/mmcblk1p2" #if defined(CONFIG_MX6Q) -#define CONFIG_DEFAULT_FDT_FILE "imx6q-sabresd.dtb" +#define CONFIG_DEFAULT_FDT_FILE "imx6q-sabresd-ldo.dtb" #elif defined(CONFIG_MX6DL) -#define CONFIG_DEFAULT_FDT_FILE "imx6dl-sabresd.dtb" +#define CONFIG_DEFAULT_FDT_FILE "imx6dl-sabresd-ldo.dtb" #endif #define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024)