]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
Revert "wandboard: Set fdt based on board_rev and board_name"
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 4 Oct 2017 18:49:25 +0000 (15:49 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 4 Oct 2017 18:49:34 +0000 (15:49 -0300)
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 <otavio@ossystems.com.br>
include/configs/wandboard.h

index d7003ace2958b907dc22b2d96006d5c9d08c0771..ba88d02b88b874a052e29c76a8921648b622a99b 100644 (file)
                "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 " \