diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-10-14 09:17:54 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-10-31 11:01:38 +0100 |
commit | e1f0715f64769920c1c3ec73f8f3bd9889a279ce (patch) | |
tree | b779d8bf4bc88726066ed14084bfc9b929c00a56 /include | |
parent | c0f432c377805b57d67c09b0f7374d5c6510b09c (diff) | |
download | u-boot-e1f0715f64769920c1c3ec73f8f3bd9889a279ce.tar.gz |
wandboard: Add support for the MX6QP variant
Add support for the latest MX6QP wandboard variant.
Based on Richard Hu's work from Technexion's U-Boot tree.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/wandboard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index ba88d02b88..8fdfc0277d 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -109,6 +109,8 @@ "fi; " \ "fi\0" \ "findfdt="\ + "if test $board_name = D1 && test $board_rev = MX6QP ; then " \ + "setenv fdtfile imx6qp-wandboard-revd1.dtb; fi; " \ "if test $board_name = D1 && test $board_rev = MX6Q ; then " \ "setenv fdtfile imx6q-wandboard-revd1.dtb; fi; " \ "if test $board_name = D1 && test $board_rev = MX6DL ; then " \ |