]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
mx6sabresd: Use LDO dtb file until LDO bypass support is added
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 4 Mar 2014 02:21:15 +0000 (23:21 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 15 Jul 2015 00:42:58 +0000 (21:42 -0300)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/mx6sabresd.h

index 41162ca202160e86749284e20f99e5f4ac88955c..8603e613c42647ea0c738a4905fda9569e043cc9 100644 (file)
@@ -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)