commit | 8a9e9ac932995b9cf1ea7870c2f70524a0b0808c | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Fri May 05 20:57:32 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 05 16:46:51 2017 -0400 |
tree | be5c9f43edb8f996016124daeed05273feafbfe0 | |
parent | a8197cb30788f6e141b45599051903f84db3645f [diff] |
board/BuR/common: incorrect check of dtb The logical expression to check the dtb is incorrect in load_devicetree. The problem was indicated by cppcheck. The inconsistent variable name dtppart is changed to dtbpart. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Hannes Schmelzer <oe5hpm@oevsv.at> Acked-by: Hannes Schmelzer <oe5hpm@oevsv.at>