commit | 7436e8c1d514ccb317cacc20fab3b63f8910babb | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Fri Jan 07 15:16:11 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 07 17:38:01 2022 -0500 |
tree | 59d53b7daece6c39192efd22f4aacdd5599ff179 | |
parent | 697ef635a78c9d135c1aac7afeaab176a0c8824c [diff] |
board: phytec: imx8mm-phycore: Remove duplicate binman node The binman node is part of the imx8mm-u-boot.dtsi file which is duplicated in phycore-imx8mm-u-boot.dtsi and causes a build error. Remove the duplicate. Fixes: 3cbb31f0e848 ("arm64: dts: imx8mm: use common binman configuration") Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>