From 3411232002e4d4073e4d287a80c28ee48c2d8803 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 26 Oct 2015 13:04:16 +0100 Subject: apalis_imx6: fix V1.0 hardware device tree naming Fix V1.0 hardware device tree naming after that got fixed in the kernel sources of late: http://git.toradex.com/cgit/linux-toradex.git/commit?id=9f1778fdaf4df8a39c761d47d8651d6279363571 --- include/configs/apalis_imx6.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h index b0589bc24d..0d5d4317f5 100644 --- a/include/configs/apalis_imx6.h +++ b/include/configs/apalis_imx6.h @@ -273,9 +273,9 @@ #ifndef CONFIG_APALIS_IMX6_V1_0 #define FDT_FILE "imx6q-apalis-eval.dtb" -#define FDT_FILE_V1_0 "imx6q-apalis_v1_0-eval" +#define FDT_FILE_V1_0 "imx6q-apalis_v1_0-eval.dtb" #else -#define FDT_FILE "imx6q-apalis-eval_v1_0.dtb" +#define FDT_FILE "imx6q-apalis_v1_0-eval.dtb" #endif #define CONFIG_EXTRA_ENV_SETTINGS \ "bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \ -- cgit v1.2.3