From 977c60b15354f9b88d49bf6e1ee38e24f55b1fe3 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 4 Oct 2017 15:49:25 -0300 Subject: [PATCH] Revert "wandboard: Set fdt based on board_rev and board_name" This reverts commit d3d0f3895745e6f3d0e43d3b7d3bcd34ff794241. This changes the device tree name to use the same as the mainline kernel so same U-Boot can be used for both. Signed-off-by: Otavio Salvador --- include/configs/wandboard.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index d7003ace29..ba88d02b88 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -114,9 +114,9 @@ "if test $board_name = D1 && test $board_rev = MX6DL ; then " \ "setenv fdtfile imx6dl-wandboard-revd1.dtb; fi; " \ "if test $board_name = C1 && test $board_rev = MX6Q ; then " \ - "setenv fdtfile imx6q-wandboard-revc1.dtb; fi; " \ + "setenv fdtfile imx6q-wandboard.dtb; fi; " \ "if test $board_name = C1 && test $board_rev = MX6DL ; then " \ - "setenv fdtfile imx6dl-wandboard-revc1.dtb; fi; " \ + "setenv fdtfile imx6dl-wandboard.dtb; fi; " \ "if test $board_name = B1 && test $board_rev = MX6Q ; then " \ "setenv fdtfile imx6q-wandboard-revb1.dtb; fi; " \ "if test $board_name = B1 && test $board_rev = MX6DL ; then " \ -- 2.40.1