From: Otavio Salvador Date: Tue, 4 Mar 2014 02:21:15 +0000 (-0300) Subject: mx6sabresd: Use LDO dtb file until PMIC support is added X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=490069b30d013a7d35ce7fe37b1ecd53f6c8e352;p=bsp%2Fu-boot.git mx6sabresd: Use LDO dtb file until PMIC support is added Signed-off-by: Otavio Salvador --- diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h index 65b1a37142..c576f6b15c 100644 --- a/include/configs/mx6sabresd.h +++ b/include/configs/mx6sabresd.h @@ -17,9 +17,9 @@ #define CONFIG_CONSOLE_DEV "ttymxc0" #define CONFIG_MMCROOT "/dev/mmcblk0p2" #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)